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

Public Member Functions | |
| FileInputStream (File *file) | |
| FileInputStream (const String &filename) | |
| virtual | ~FileInputStream () |
| 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 | read (unsigned char *bytesToRead, uint64 sizeOfBytes) |
| input | |
| virtual bool | isEOS () |
| end of stream | |
| void | open (const String &filename) |
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 read from the stream Implements VCF::Stream. |
|
|
end of stream
Implements VCF::InputStream. |
|
|
|
|
||||||||||||
|
input
Implements VCF::InputStream. |
|
||||||||||||
|
Implements VCF::Stream. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/FileStream.h
