#include <files.h>
Classes | |
class | Err |
class | OpenErr |
class | ReadErr |
Public Member Functions | |
FileStore (std::istream &in) | |
FileStore (const char *filename) | |
std::istream * | GetStream () |
lword | MaxRetrievable () const |
size_t | TransferTo2 (BufferedTransformation &target, lword &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) |
size_t | CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const |
lword | Skip (lword skipMax=ULONG_MAX) |
void | IsolatedInitialize (const NameValuePairs ¶meters) |
unsigned int | NumberOfMessages () const |
bool | GetNextMessage () |
unsigned int | CopyMessagesTo (BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const |
void | SetAutoSignalPropagation (int propagation) |
int | GetAutoSignalPropagation () const |
Protected Attributes | |
bool | m_messageEnd |
Private Member Functions | |
byte * | HelpCreatePutSpace (BufferedTransformation &target, const std::string &channel, size_t minSize, size_t desiredSize, size_t &bufferSize) |
byte * | HelpCreatePutSpace (BufferedTransformation &target, const std::string &channel, size_t minSize) |
byte * | HelpCreatePutSpace (BufferedTransformation &target, const std::string &channel, size_t minSize, size_t bufferSize) |
Private Attributes | |
SecByteBlock | m_tempSpace |
Definition at line 14 of file files.h.