public final class TIFFFileFormat extends FileFormat
compression, FORMAT_PACKAGE, FORMAT_SUFFIX, FORMATS, inputStream, loader, outputStream
Constructor and Description |
---|
TIFFFileFormat() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isFileFormat(LEDataInputStream stream)
Return whether or not the specified input stream
represents a supported file format.
|
(package private) ImageData[] |
loadFromByteStream() |
(package private) void |
unloadIntoByteStream(ImageLoader loader) |
load, loadFromStream, save, unloadIntoStream
boolean isFileFormat(LEDataInputStream stream)
FileFormat
isFileFormat
in class FileFormat
ImageData[] loadFromByteStream()
loadFromByteStream
in class FileFormat
void unloadIntoByteStream(ImageLoader loader)
unloadIntoByteStream
in class FileFormat