public class BigTiffReaderBE extends TiffBigEndianStreamReader
The big endian BigTiff stream writer.
| Constructor and Description |
|---|
BigTiffReaderBE(byte[] data)
Initializes a new instance of the
BigTiffReaderBE class. |
BigTiffReaderBE(byte[] data,
int startIndex)
Initializes a new instance of the
BigTiffReaderBE class. |
BigTiffReaderBE(byte[] data,
int startIndex,
int dataLength)
Initializes a new instance of the
BigTiffReaderBE class. |
BigTiffReaderBE(StreamContainer streamContainer)
Initializes a new instance of the
BigTiffReaderBE 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 BigTiffReaderBE(byte[] data)
Initializes a new instance of the BigTiffReaderBE class.
data - The byte array data.public BigTiffReaderBE(StreamContainer streamContainer)
Initializes a new instance of the BigTiffReaderBE class.
streamContainer - The stream container.public BigTiffReaderBE(byte[] data,
int startIndex)
Initializes a new instance of the BigTiffReaderBE class.
data - The byte array data.startIndex - The start index into data.public BigTiffReaderBE(byte[] data,
int startIndex,
int dataLength)
Initializes a new instance of the BigTiffReaderBE 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.