Class BigTiffReaderBE
- Namespace
- Aspose.Imaging.FileFormats.Tiff.FileManagement.BigTiff
- Assembly
- Aspose.Imaging.dll
The big endian BigTiff stream writer.
public class BigTiffReaderBE : TiffBigEndianStreamReader
- Inheritance
-
#=zxGUTFrklD4PGEf4eGKsc3gL0G_AllGKYEXlNWJTTJ9qablcRaoyoVec=BigTiffReaderBE
- Inherited Members
Constructors
BigTiffReaderBE(StreamContainer)
Initializes a new instance of the BigTiffReaderBE class.
public BigTiffReaderBE(StreamContainer streamContainer)
Parameters
streamContainer
StreamContainerThe stream container.
BigTiffReaderBE(byte[])
Initializes a new instance of the BigTiffReaderBE class.
public BigTiffReaderBE(byte[] data)
Parameters
data
byte[]The byte array data.
BigTiffReaderBE(byte[], int)
Initializes a new instance of the BigTiffReaderBE class.
public BigTiffReaderBE(byte[] data, int startIndex)
Parameters
BigTiffReaderBE(byte[], int, int)
Initializes a new instance of the BigTiffReaderBE class.
public BigTiffReaderBE(byte[] data, int startIndex, int dataLength)
Parameters
data
byte[]The byte array data.
startIndex
intThe start index into
data
.dataLength
intLength of the data.
Properties
InitialOffset
Gets initial offset to first BigTiff IFD.
protected override byte InitialOffset { get; }
Property Value
SizeOfIfdTagLength
Gets size of the tag value length.
protected override byte SizeOfIfdTagLength { get; }
Property Value
SizeOfTagValue
Gets size of tag value length.
protected override byte SizeOfTagValue { get; }
Property Value
TagSize
Gets BigTiff tag size.
protected override byte TagSize { get; }