Class TiffReader
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.tiff.TiffReader
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
read
(ByteSource byteSource, FormatCompliance formatCompliance, TiffReader.Listener listener) readContents
(ByteSource byteSource, TiffImagingParameters params, FormatCompliance formatCompliance) readDirectories
(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance) readFirstDirectory
(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance) Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Constructor Details
-
TiffReader
-
-
Method Details
-
read
public void read(ByteSource byteSource, FormatCompliance formatCompliance, TiffReader.Listener listener) throws ImagingException, IOException - Throws:
ImagingException
IOException
-
readContents
public TiffContents readContents(ByteSource byteSource, TiffImagingParameters params, FormatCompliance formatCompliance) throws ImagingException, IOException - Throws:
ImagingException
IOException
-
readDirectories
public TiffContents readDirectories(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance) throws ImagingException, IOException - Throws:
ImagingException
IOException
-
readFirstDirectory
public TiffContents readFirstDirectory(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance) throws ImagingException, IOException - Throws:
ImagingException
IOException
-