BigTiffReader.BigTiffReader

BigTiffReader(byte[])

Initializes a new instance of the BigTiffReader class.

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

See Also


BigTiffReader(StreamContainer)

Initializes a new instance of the BigTiffReader class.

public BigTiffReader(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container.

See Also


BigTiffReader(byte[], int)

Initializes a new instance of the BigTiffReader class.

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

See Also


BigTiffReader(byte[], int, int)

Initializes a new instance of the BigTiffReader class.

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

See Also