Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Module brl.stream

Streams are used to read or write data in a sequential manner. More...

Declarations

Imported By
brl , brl.datastream , brl.fileinputstream , brl.filestream , brl.tcpstream
Please note that only documented modules are listed here, there might be undocumented modules that import this one.
Classes
Stream Streams are used to read or write data in a sequential manner.
StreamError Common base class for stream exceptions.
StreamReadError Exception class for stream read errors.
StreamWriteError Exception class for stream write errors.

Detailed Discussion

Streams are used to read or write data in a sequential manner.

Please refer to the Stream class for more information on using streams.