httk.core.datastream.bytestream_filename

Classes

BytestreamFilename

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.BytestreamBackend

Backend for streaming byte data via operations on a file specified by a filename.

property name: str | None[source]
property closed: bool[source]