TiffStreamReader constructor

init

Initializes a new instance of the TiffStreamReader class.

def __init__(self, data):
    ...
ParameterTypeDescription
databytesThe byte array data.

init

Initializes a new instance of the TiffStreamReader class.

def __init__(self, stream_container):
    ...
ParameterTypeDescription
stream_containerStreamContainerThe stream container.

init

Initializes a new instance of the TiffStreamReader class.

def __init__(self, data, start_index):
    ...
ParameterTypeDescription
databytesThe byte array data.
start_indexintThe start index into data.

init

Initializes a new instance of the TiffStreamReader class.

def __init__(self, data, start_index, data_length):
    ...
ParameterTypeDescription
databytesThe byte array data.
start_indexintThe start index into data.
data_lengthintLength of the data.

See Also