Legal Notice, Privacy Policy

Impressum, Datenschutzerklärung

Cerberus X Documentation

Module brl.fileinputstream

A file input stream allows you to read data from a file in a non seekable sequential manner. More...

Declarations

Imports
brl.stream Streams are used to read or write data in a sequential manner.
Classes
FileInputStream A FileInputStream allows you to read data from a file in a sequential manner.

Detailed Discussion

A file input stream allows you to read data from a file in a non seekable sequential manner.

Please see the FileInputStream class for more information on filestreams.