com.alecdorrington.assetloader.MIME
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Determines the content type of a file based on the extension.
Determines the content type of a file based on the extension.
Resolution is based on the first of the following to succeed:
- A custom lookup of common web formats.
- java.nio.file.Files.probeContentType
application/octet-stream
Value parameters
-
charset
-
The name of the character encoding used for text files, defaulting to utf-8.
-
file
-
The path of the file.
Attributes