Cerberus X Documentation

Module brl.datastream

A datastream allows you to read and write data to and from a databuffer in a stream-like way. More...

Declarations

Imports
brl.databuffer Databuffer objects provide storage for arbitrary data.
brl.stream Streams are used to read or write data in a sequential manner.
Imported By
brl
Please note that only documented modules are listed here, there might be undocumented modules that import this one.
Classes
DataStream A datastream allows you to read and write data to and from a databuffer in a stream-like way.

Detailed Discussion

A datastream allows you to read and write data to and from a databuffer in a stream-like way.

Please see the DataStream class for more information on datastreams.