JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getContentEncoding()
getContentType()
org.apache.commons.vfs2
FileContentInfo
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getContentEncoding()
getContentType()
Interface FileContentInfo
All Known Implementing Classes:
DefaultFileContentInfo
public interface
FileContentInfo
Informs on the content of a file with content type and encoding.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getContentEncoding
()
Gets the content encoding.
String
getContentType
()
Gets the content type.
Method Details
getContentEncoding
String
getContentEncoding
()
Gets the content encoding.
Returns:
The file content encoding.
getContentType
String
getContentType
()
Gets the content type.
Returns:
The file content type.