public final class TiffBigEndianStreamReader extends TiffStreamReader
The tiff stream for handling big endian tiff file format.
Constructor and Description |
---|
TiffBigEndianStreamReader(byte[] data)
Initializes a new instance of the
TiffBigEndianStreamReader class. |
TiffBigEndianStreamReader(byte[] data,
int startIndex)
Initializes a new instance of the
TiffBigEndianStreamReader class. |
TiffBigEndianStreamReader(byte[] data,
int startIndex,
int dataLength)
Initializes a new instance of the
TiffBigEndianStreamReader class. |
TiffBigEndianStreamReader(StreamContainer streamContainer)
Initializes a new instance of the
TiffBigEndianStreamReader class. |
getLength, getThrowExceptions, readBytes, readBytes, readDouble, readDoubleArray, readFloat, readFloatArray, readRational, readRationalArray, readSByte, readSByteArray, readSLong, readSLongArray, readSRational, readSRationalArray, readSShort, readSShortArray, readULong, readULongArray, readUShort, readUShortArray, setThrowExceptions, toStreamContainer
public TiffBigEndianStreamReader(byte[] data)
Initializes a new instance of the TiffBigEndianStreamReader
class.
data
- The byte array data.public TiffBigEndianStreamReader(byte[] data, int startIndex)
Initializes a new instance of the TiffBigEndianStreamReader
class.
data
- The byte array data.startIndex
- The start index into data
.public TiffBigEndianStreamReader(byte[] data, int startIndex, int dataLength)
Initializes a new instance of the TiffBigEndianStreamReader
class.
data
- The byte array data.startIndex
- The start index into data
.dataLength
- Length of the data.public TiffBigEndianStreamReader(StreamContainer streamContainer)
Initializes a new instance of the TiffBigEndianStreamReader
class.
streamContainer
- The stream container.