to_stream_container method

to_stream_container

Converts the underlying data to the stream container.

Returns

The StreamContainer with converted data.

def to_stream_container(self, start_position):
    ...
ParameterTypeDescription
start_positionintThe start position to start conversion from.

See Also