httk.core.datastream.textstream_common

Classes

TextstreamCommon

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

Module Contents

class httk.core.datastream.textstream_common.TextstreamCommon[source]

Bases: abc.ABC

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

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