xc
|
Output file stream wrapper. More...
#include <FileDatastore.h>
Public Member Functions | |
FileDatastoreOutputFile (const std::shared_ptr< fstream > &fs, const STREAM_POSITION_TYPE &fEnd, const int &mx) | |
fstream * | getFStream (void) |
int | openFile (const std::string &, int, IntData &, std::vector< char > &) |
void | resetFilePointers (IntData &, const std::vector< char > &) |
Public Attributes | |
std::shared_ptr< fstream > | theFile |
STREAM_POSITION_TYPE | fileEnd |
int | maxDbTag |
Output file stream wrapper.