TiffBigEndianStreamReader.TiffBigEndianStreamReader

TiffBigEndianStreamReader(byte[])

Initializes a new instance of the TiffBigEndianStreamReader class.

public TiffBigEndianStreamReader(byte[] data)
ParameterTypeDescription
dataByte[]The byte array data.

See Also


TiffBigEndianStreamReader(byte[], int)

Initializes a new instance of the TiffBigEndianStreamReader class.

public TiffBigEndianStreamReader(byte[] data, int startIndex)
ParameterTypeDescription
dataByte[]The byte array data.
startIndexInt32The start index into data.

See Also


TiffBigEndianStreamReader(byte[], int, int)

Initializes a new instance of the TiffBigEndianStreamReader class.

public TiffBigEndianStreamReader(byte[] data, int startIndex, int dataLength)
ParameterTypeDescription
dataByte[]The byte array data.
startIndexInt32The start index into data.
dataLengthInt32Length of the data.

See Also


TiffBigEndianStreamReader(StreamContainer)

Initializes a new instance of the TiffBigEndianStreamReader class.

public TiffBigEndianStreamReader(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

See Also