vcf/FoundationKit/Stream.h File Reference
Namespaces | |
| namespace | VCF |
Classes | |
| class | VCF::Stream |
| Stream interface defines a core set of funcationality for streams in the Visual Component Framework derived Streams should support "stream chaining", the ability of the stream constructor to support an incoming stream from someother stream object. More... | |
| class | VCF::InputStream |
| InputStream, basic interface describing the requirements to support streaming data into a stream. More... | |
| class | VCF::OutputStream |
| OutputStream, basic interface describing the requirements to support streaming data into a stream. More... | |
Enumerations | |
| enum | VCF::SeekType { VCF::stSeekFromStart = 0, VCF::stSeekForwards, VCF::stSeekBackwards, VCF::stSeekFromEnd } |
| seek types More... | |
| enum | VCF::FileStreamAccessType { VCF::fsDontCare = 0, VCF::fsRead, VCF::fsWrite, VCF::fsReadWrite } |
| file acess More... | |
