Class hierarchy
Compound list
File list
Compound Members
LibUTIL Compound Index
Here are the classes, structs and unions with brief descriptions:
BlockStream
(Provides a stream for reading a certain area in another stream)
DecryptionStream
(Decrypts all data read from it)
DeflateStream
(Compression filter)
EncryptionStream
(Encrypts all data written to it)
FileBlockStream
(Provides a
BlockStream
specific to files)
IOSInputFilter
(The base for all istream filters)
IOSOutputFilter
(The base for all ostream filters)
InflateStream
(Decompression filter)
InputFilter
(A Generic input data filter)
MemoryInputStream
(An input stream that gets its data from memory)
MemoryOutputStream
(An output stream that puts its data to memory)
OutputFilter
(A Generic output data filter)
WriteMonitor
(A generic write monitor, used to track writing for output filters)