Package com.iizigo.fileexts
Class ImageFileContentDescriber
java.lang.Object
com.iizigo.fileexts.ImageFileContentDescriber
- All Implemented Interfaces:
IContentDescriber
The content describer for the property files of images/font icons, having the same file extension.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from interface org.eclipse.core.runtime.content.IContentDescriber
INDETERMINATE, INVALID, VALIDConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionintdescribe(InputStream contents, IContentDescription description) Tries to fill a description for the given contents.Returns the properties supported by this describer.
Constructor Details
ImageFileContentDescriber
public ImageFileContentDescriber()
Method Details
getSupportedOptions
Returns the properties supported by this describer.- Specified by:
getSupportedOptionsin interfaceIContentDescriber- Returns:
- the supported properties
- See Also:
describe
Tries to fill a description for the given contents. Returns anintindicating whether the given stream of bytes represents a valid sample for its corresponding content type. If no content description is provided, this method should perform content type validation.The input stream must be kept open, and any IOExceptions while reading the stream should flow to the caller.
- Specified by:
describein interfaceIContentDescriber- Parameters:
contents- the contents to be examineddescription- a description to be filled in, ornullif only content type validation is to be performed- Returns:
- one of the following:
VALID,INVALID,INDETERMINATE
- Throws:
IOException- if an I/O error occurs- See Also: