FileStore Class Reference

file-based implementation of Store interface More...

#include <files.h>

Inheritance diagram for FileStore:

Store AutoSignaling< InputRejecting< BufferedTransformation > >

List of all members.

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 &parameters)
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


Detailed Description

file-based implementation of Store interface

Definition at line 14 of file files.h.


The documentation for this class was generated from the following files:

Generated on Mon Oct 27 02:45:41 2008 for Crypto++ by  doxygen 1.5.7.1