VCF::VariantDataOutputStream Class Reference
The VariantDataOutputStream is used to write a VariantData object to an OutputStream source. More...
#include <vcf/FoundationKit/VariantDataStream.h>
Inheritance diagram for VCF::VariantDataOutputStream:

Public Member Functions | |
| VariantDataOutputStream (OutputStream *sourceOutputStream) | |
| virtual | ~VariantDataOutputStream () |
| 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 | write (const unsigned char *bytesToWrite, uint64 sizeOfBytes) |
| void | writeVariantData (const VariantData *data) |
Detailed Description
The VariantDataOutputStream is used to write a VariantData object to an OutputStream 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::Stream. |
|
||||||||||||
|
Implements VCF::OutputStream. |
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/VariantDataStream.h
