public class BigTiffReader extends TiffStreamReader
The little endian BigTiff reader.
| Constructor and Description |
|---|
BigTiffReader(byte[] data)
Initializes a new instance of the
BigTiffReader class. |
BigTiffReader(byte[] data,
int startIndex)
Initializes a new instance of the
BigTiffReader class. |
BigTiffReader(byte[] data,
int startIndex,
int dataLength)
Initializes a new instance of the
BigTiffReader class. |
BigTiffReader(StreamContainer streamContainer)
Initializes a new instance of the
BigTiffReader class. |
| Modifier and Type | Method and Description |
|---|---|
byte |
getSizeOfTagValue()
Gets size of tag value length.
|
getLength, getThrowExceptions, readBytes, readBytes, readDouble, readDoubleArray, readFloat, readFloatArray, readLong, readLongArray, readRational, readRationalArray, readSByte, readSByteArray, readSInt, readSIntArray, readSRational, readSRationalArray, readSShort, readSShortArray, readUInt, readUIntArray, readULong, readULongArray, readUShort, readUShortArray, setThrowExceptions, toStreamContainerpublic BigTiffReader(byte[] data)
Initializes a new instance of the BigTiffReader class.
data - The byte array data.public BigTiffReader(StreamContainer streamContainer)
Initializes a new instance of the BigTiffReader class.
streamContainer - The stream container.public BigTiffReader(byte[] data,
int startIndex)
Initializes a new instance of the BigTiffReader class.
data - The byte array data.startIndex - The start index into data.public BigTiffReader(byte[] data,
int startIndex,
int dataLength)
Initializes a new instance of the BigTiffReader class.
data - The byte array data.startIndex - The start index into data.dataLength - Length of the data.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.