VCF::FileStreamBase Class Reference
Special file stream that uses native OS calls for file IO as opposed to the more generic C++ filestream class. More...
#include <vcf/FoundationKit/FileStream.h>
Inheritance diagram for VCF::FileStreamBase:

Public Member Functions | |
| FileStreamBase () | |
| virtual | ~FileStreamBase () |
| String & | getFilename () |
| void | close () |
| closes the file stream | |
| void | open (const String &filename, FileStreamAccessType accessType) |
| opens a file stream | |
Protected Member Functions | |
| void | init () |
| This is going to be removed from the bext release. | |
Protected Attributes | |
| FileStreamPeer * | fsPeer_ |
| String | filename_ |
| FileStreamAccessType | access_ |
| uint64 | currentSeekPos_ |
Detailed Description
Special file stream that uses native OS calls for file IO as opposed to the more generic C++ filestream class.This class uses a FileStreamPeer to do the actual work
- Author:
- Jim Crafton
- Version:
- 1.0
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
closes the file stream
|
|
|
|
|
|
This is going to be removed from the bext release.
Reimplemented from VCF::Object. |
|
||||||||||||
|
opens a file stream
|
Member Data Documentation
|
|
|
|
|
|
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/FileStream.h
