Cerberus X Documentation

Module brl.filestream

A filestream allows you to read/write data from/to a file. More...

Declarations

Imports
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
FileStream A filestream allows you to read/write data from/to a file.

Detailed Discussion

A filestream allows you to read/write data from/to a file.

Please see the FileStream class for more information on filestreams.