Package 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 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContentEncoding()
the content encodingjava.lang.String
getContentType()
the content type
-