Crypto++
Classes | Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes
FileStore Class Reference

file-based implementation of Store interface More...

#include <files.h>

Inheritance diagram for FileStore:
Store FilterPutSpaceHelper NotCopyable 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=DEFAULT_CHANNEL, bool blocking=true)
size_t CopyRangeTo2 (BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_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=DEFAULT_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


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