FileContentInfo
public 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() |
the content encoding
|
java.lang.String |
getContentType() |
the content type
|
public DefaultFileContentInfo(java.lang.String contentType, java.lang.String contentEncoding)
public java.lang.String getContentType()
FileContentInfo
getContentType
in interface FileContentInfo
public java.lang.String getContentEncoding()
FileContentInfo
getContentEncoding
in interface FileContentInfo