org.apache.commons.vfs
Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo

Interface to the content info

Version:
$Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
Author:
Mario Ivankovits

Method Summary
 java.lang.String getContentEncoding()
          the content encoding
 java.lang.String getContentType()
          the content type
 

Method Detail

getContentType

java.lang.String getContentType()
the content type


getContentEncoding

java.lang.String getContentEncoding()
the content encoding