BigTiffReaderBE.BigTiffReaderBE

BigTiffReaderBE(byte[])

Initializes a new instance of the BigTiffReaderBE class.

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

See Also


BigTiffReaderBE(StreamContainer)

Initializes a new instance of the BigTiffReaderBE class.

public BigTiffReaderBE(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

See Also


BigTiffReaderBE(byte[], int)

Initializes a new instance of the BigTiffReaderBE class.

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

See Also


BigTiffReaderBE(byte[], int, int)

Initializes a new instance of the BigTiffReaderBE class.

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

See Also