Class TIFFFileFormat
java.lang.Object
org.eclipse.swt.internal.image.FileFormat
org.eclipse.swt.internal.image.FileFormat.StaticImageFileFormat
org.eclipse.swt.internal.image.TIFFFileFormat
Baseline TIFF decoder revision 6.0
Extension T4-encoding CCITT T.4 1D
-
Nested Class Summary
Nested classes/interfaces inherited from class FileFormat
FileFormat.StaticImageFileFormat -
Field Summary
Fields inherited from class FileFormat
compression, DEFAULT_ZOOM, inputStream, loader, outputStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) booleanisFileFormat(LEDataInputStream stream) Return whether or not the specified input stream represents a supported file format.(package private) ImageData[](package private) voidunloadIntoByteStream(ImageLoader loader) Methods inherited from class FileFormat.StaticImageFileFormat
loadFromByteStream, loadFromByteStreamBySizeMethods inherited from class FileFormat
canLoadAtZoom, isDynamicallySizableFormat, load, load, loadFromStream, loadFromStreamBySize, save, unloadIntoStream
-
Constructor Details
-
TIFFFileFormat
public TIFFFileFormat()
-
-
Method Details
-
isFileFormat
Description copied from class:FileFormatReturn whether or not the specified input stream represents a supported file format.- Specified by:
isFileFormatin classFileFormat- Throws:
IOException
-
loadFromByteStream
ImageData[] loadFromByteStream()- Specified by:
loadFromByteStreamin classFileFormat.StaticImageFileFormat
-
unloadIntoByteStream
- Specified by:
unloadIntoByteStreamin classFileFormat
-