org.apache.commons.vfs2.impl
public class DefaultFileContentInfo extends java.lang.Object implements FileContentInfo
Constructor and Description |
---|
DefaultFileContentInfo(java.lang.String contentType,
java.lang.String contentEncoding) |
Modifier and Type | Method and 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
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.