VCF::FileOutputStream Class Reference
#include <vcf/FoundationKit/FileStream.h>
Inheritance diagram for VCF::FileOutputStream:

Public Member Functions | |
| FileOutputStream (const String &filename, const bool &append=false) | |
| FileOutputStream (File *file) | |
| virtual | ~FileOutputStream () |
| virtual void | seek (const uint64 &offset, const SeekType &offsetFrom) |
| virtual uint64 | getSize () |
| returns the size of the stream. | |
| virtual char * | getBuffer () |
| returns a pointer to the buffer that holds the stream memory | |
| virtual uint64 | getCurrentSeekPos () |
| this is a global offset from the beggining of the stream | |
| virtual uint64 | write (const unsigned char *bytesToWrite, uint64 sizeOfBytes) |
| void | open (const String &filename, const bool &append=false) |
Constructor & Destructor Documentation
|
||||||||||||
|
|
|
|
|
|
|
|
Member Function Documentation
|
|
returns a pointer to the buffer that holds the stream memory
Implements VCF::Stream. |
|
|
this is a global offset from the beggining of the stream
Implements VCF::Stream. |
|
|
returns the size of the stream. The size represents the number of bytes that have been written, or read to/from the stream Implements VCF::Stream. |
|
||||||||||||
|
|
|
||||||||||||
|
Implements VCF::Stream. |
|
||||||||||||
|
Implements VCF::OutputStream. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/FileStream.h
