httk.core.datastream.bytestream_filename¶
Classes¶
Backend for streaming byte data via operations on a file specified by a filename. |
Module Contents¶
- class httk.core.datastream.bytestream_filename.BytestreamFilename(filename: str | pathlib.Path, **hints: Any)[source]¶
Bases:
httk.core.datastream.bytestream_common.BytestreamCommon,httk.core.datastream.bytestream_backend.BytestreamBackendBackend for streaming byte data via operations on a file specified by a filename.