FileContentInfopublic class DefaultFileContentInfo extends java.lang.Object implements FileContentInfo
| Constructor | Description |
|---|---|
DefaultFileContentInfo(java.lang.String contentType,
java.lang.String contentEncoding) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getContentEncoding() |
Gets the content encoding.
|
java.lang.String |
getContentType() |
Gets the content type.
|
public DefaultFileContentInfo(java.lang.String contentType, java.lang.String contentEncoding)
public java.lang.String getContentType()
FileContentInfogetContentType in interface FileContentInfopublic java.lang.String getContentEncoding()
FileContentInfogetContentEncoding in interface FileContentInfo