httk.core.datastream.bytestream_common¶
Classes¶
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.ABCCommon superclass for many of the implementations of backends for streaming byte data.
- unwrap()[source]¶
Return the currently opened underlying stream.
- Returns:
The stream used for reading and writing data.
- Return type: