TiffBigEndianStreamReader
Inheritance: java.lang.Object, com.aspose.fileformats.fileformats.tiff.filemanagement.TiffStreamSeeker, com.aspose.imaging.fileformats.tiff.filemanagement.TiffStreamReader
public class TiffBigEndianStreamReader extends TiffStreamReader
The tiff stream for handling big endian tiff file format.
Constructors
| Constructor | 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. |
TiffBigEndianStreamReader(byte[] data)
public TiffBigEndianStreamReader(byte[] data)
Initializes a new instance of the TiffBigEndianStreamReader class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The byte array data. |
TiffBigEndianStreamReader(byte[] data, int startIndex)
public TiffBigEndianStreamReader(byte[] data, int startIndex)
Initializes a new instance of the TiffBigEndianStreamReader class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The byte array data. |
| startIndex | int | The start index into data. |
TiffBigEndianStreamReader(byte[] data, int startIndex, int dataLength)
public TiffBigEndianStreamReader(byte[] data, int startIndex, int dataLength)
Initializes a new instance of the TiffBigEndianStreamReader class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The byte array data. |
| startIndex | int | The start index into data. |
| dataLength | int | Length of the data. |
TiffBigEndianStreamReader(StreamContainer streamContainer)
public TiffBigEndianStreamReader(StreamContainer streamContainer)
Initializes a new instance of the TiffBigEndianStreamReader class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| streamContainer | StreamContainer | The stream container. |