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, setByteOrder
public TiffContents readFirstDirectory(ByteSource byteSource, Map<String,Object> params, boolean readImageData, FormatCompliance formatCompliance) throws ImageReadException, IOException
ImageReadException
IOException
public TiffContents readDirectories(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance) throws ImageReadException, IOException
ImageReadException
IOException
public TiffContents readContents(ByteSource byteSource, Map<String,Object> params, FormatCompliance formatCompliance) throws ImageReadException, IOException
ImageReadException
IOException
public void read(ByteSource byteSource, Map<String,Object> params, FormatCompliance formatCompliance, TiffReader.Listener listener) throws ImageReadException, IOException
ImageReadException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.