TiffBigEndianStreamReader

TiffBigEndianStreamReader constructor (1 of 4)

Initializes a new instance of the TiffBigEndianStreamReader class.

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

See Also


TiffBigEndianStreamReader constructor (2 of 4)

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 constructor (3 of 4)

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 constructor (4 of 4)

Initializes a new instance of the TiffBigEndianStreamReader class.

public TiffBigEndianStreamReader(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

See Also