Arena
1.0
A content management system
|
This file defines classes for interacting with file streams containing binary data. More...
Classes | |
class | Library.IO.FileStreams.AFileStream |
The base file stream class, from which all others are derived. More... | |
class | Library.IO.FileStreams.AFileInputStream |
This class represents a stream that is used to read binary data from a file. More... | |
class | Library.IO.FileStreams.AFileOutputStream |
This class represents a stream that is used to write binary information to a file. More... | |
This file defines classes for interacting with file streams containing binary data.
The stream data is packed and unpacked using routines from the struct
library.