public class TiffReader extends BinaryFileParser
| Modifier and Type | Class and Description |
|---|---|
static interface |
TiffReader.Listener |
| Constructor and Description |
|---|
TiffReader(boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(ByteSource byteSource,
Map<String,Object> params,
FormatCompliance formatCompliance,
TiffReader.Listener listener) |
TiffContents |
readContents(ByteSource byteSource,
Map<String,Object> params,
FormatCompliance formatCompliance) |
TiffContents |
readDirectories(ByteSource byteSource,
boolean readImageData,
FormatCompliance formatCompliance) |
TiffContents |
readFirstDirectory(ByteSource byteSource,
Map<String,Object> params,
boolean readImageData,
FormatCompliance formatCompliance) |
debugNumber, debugNumber, getByteOrder, setByteOrderpublic TiffContents readFirstDirectory(ByteSource byteSource, Map<String,Object> params, boolean readImageData, FormatCompliance formatCompliance) throws ImageReadException, IOException
ImageReadExceptionIOExceptionpublic TiffContents readDirectories(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance) throws ImageReadException, IOException
ImageReadExceptionIOExceptionpublic TiffContents readContents(ByteSource byteSource, Map<String,Object> params, FormatCompliance formatCompliance) throws ImageReadException, IOException
ImageReadExceptionIOExceptionpublic void read(ByteSource byteSource, Map<String,Object> params, FormatCompliance formatCompliance, TiffReader.Listener listener) throws ImageReadException, IOException
ImageReadExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.