VCF::VariantDataInputStream Class Reference
The VariantDataInputStream is used to read a VariantData object from an InputStream source. More...
#include <vcf/FoundationKit/VariantDataStream.h>
Inheritance diagram for VCF::VariantDataInputStream:

Public Member Functions | |
| VariantDataInputStream (InputStream *sourceInputStream) | |
| virtual | ~VariantDataInputStream () |
| virtual void | seek (const uint64 &offset, const SeekType &offsetFrom) |
| virtual uint64 | getSize () |
| returns the size of the stream. | |
| virtual uchar * | 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) |
| virtual bool | isEOS () |
| void | readVariantData (VariantData *data) |
Detailed Description
The VariantDataInputStream is used to read a VariantData object from an InputStream source.
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::InputStream. |
|
||||||||||||
|
Implements VCF::InputStream. |
|
|
|
|
||||||||||||
|
Implements VCF::Stream. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/VariantDataStream.h
