BigTiffReader

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

public class BigTiffReader extends TiffStreamReader

The little endian BigTiff reader.

Constructors

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

Methods

MethodDescription
getSizeOfTagValue()Gets size of tag value length.

BigTiffReader(byte[] data)

public BigTiffReader(byte[] data)

Initializes a new instance of the BigTiffReader class.

Parameters:

ParameterTypeDescription
databyte[]The byte array data.

BigTiffReader(StreamContainer streamContainer)

public BigTiffReader(StreamContainer streamContainer)

Initializes a new instance of the BigTiffReader class.

Parameters:

ParameterTypeDescription
streamContainerStreamContainerThe stream container.

BigTiffReader(byte[] data, int startIndex)

public BigTiffReader(byte[] data, int startIndex)

Initializes a new instance of the BigTiffReader class.

Parameters:

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

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

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

Initializes a new instance of the BigTiffReader 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.