BigTiffReaderBE

Inheritance: java.lang.Object, com.aspose.fileformats.fileformats.tiff.filemanagement.TiffStreamSeeker, com.aspose.imaging.fileformats.tiff.filemanagement.TiffStreamReader, com.aspose.imaging.fileformats.tiff.filemanagement.TiffBigEndianStreamReader

public class BigTiffReaderBE extends TiffBigEndianStreamReader

The big endian BigTiff stream writer.

Constructors

ConstructorDescription
BigTiffReaderBE(byte[] data)Initializes a new instance of the BigTiffReaderBE class.
BigTiffReaderBE(StreamContainer streamContainer)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.

Methods

MethodDescription
getSizeOfTagValue()Gets size of tag value length.

BigTiffReaderBE(byte[] data)

public BigTiffReaderBE(byte[] data)

Initializes a new instance of the BigTiffReaderBE class.

Parameters:

ParameterTypeDescription
databyte[]The byte array data.

BigTiffReaderBE(StreamContainer streamContainer)

public BigTiffReaderBE(StreamContainer streamContainer)

Initializes a new instance of the BigTiffReaderBE class.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.

BigTiffReaderBE(byte[] data, int startIndex)

public BigTiffReaderBE(byte[] data, int startIndex)

Initializes a new instance of the BigTiffReaderBE class.

Parameters:

ParameterTypeDescription
databyte[]The byte array data.
startIndexintThe start index into data.

BigTiffReaderBE(byte[] data, int startIndex, int dataLength)

public BigTiffReaderBE(byte[] data, int startIndex, int dataLength)

Initializes a new instance of the BigTiffReaderBE class.

Parameters:

ParameterTypeDescription
databyte[]The byte array data.
startIndexintThe start index into data.
dataLengthintLength of the data.

getSizeOfTagValue()

public byte getSizeOfTagValue()

Gets size of tag value length.

Returns: byte - size of tag value length.