httk.core.datastream.bytestream_common

Classes

BytestreamCommon

Common superclass for many of the implementations of backends for streaming byte data.

Module Contents

class httk.core.datastream.bytestream_common.BytestreamCommon[source]

Bases: abc.ABC

Common superclass for many of the implementations of backends for streaming byte data.

unwrap() io.IOBase[source]
read(size: int = -1) bytes[source]
close() None[source]
seek(offset: int, whence: int = os.SEEK_SET) int[source]
tell() int[source]