NondisposableMemoryStream constructor

init

Creates a new instance.

def __init__(self):
    ...

init

Creates a new instance using some data stream.

def __init__(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe data stream.

See Also