public interface MimeType
Modifier and Type | Interface and Description |
---|---|
static class |
MimeType.Binary |
static class |
MimeType.Text |
static class |
MimeType.Utf8Text |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,MimeType> |
createDefaultMimeTypeMap(java.nio.charset.Charset charsetForText) |
java.nio.charset.Charset |
getCharset(java.nio.file.Path finalResource,
byte[] bytes) |
java.lang.String |
getContentType() |
java.lang.String getContentType()
java.nio.charset.Charset getCharset(java.nio.file.Path finalResource, byte[] bytes)
static java.util.Map<java.lang.String,MimeType> createDefaultMimeTypeMap(java.nio.charset.Charset charsetForText)
Copyright © 2019. All Rights Reserved.