BigTiffReader
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| 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
| Method | Description |
|---|---|
| getSizeOfTagValue() | Gets size of tag value length. |
BigTiffReader(byte[] data)
public BigTiffReader(byte[] data)
Initializes a new instance of the BigTiffReader class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The byte array data. |
BigTiffReader(StreamContainer streamContainer)
public BigTiffReader(StreamContainer streamContainer)
Initializes a new instance of the BigTiffReader class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| streamContainer | StreamContainer | The stream container. |
BigTiffReader(byte[] data, int startIndex)
public BigTiffReader(byte[] data, int startIndex)
Initializes a new instance of the BigTiffReader class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The byte array data. |
| startIndex | int | The 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:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The byte array data. |
| startIndex | int | The start index into data. |
| dataLength | int | Length of the data. |
getSizeOfTagValue()
public byte getSizeOfTagValue()
Gets size of tag value length.
Returns: byte - size of tag value length.