#include <CryptHelpers.h>
Collaboration diagram for RageFileStore:
Public Member Functions | |
RageFileStore () | |
RageFileStore (const char *filename) | |
unsigned long | MaxRetrievable () const |
unsigned int | TransferTo2 (BufferedTransformation &target, unsigned long &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) |
unsigned int | CopyRangeTo2 (BufferedTransformation &target, unsigned long &begin, unsigned long end=ULONG_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const |
Private Member Functions | |
void | StoreInitialize (const NameValuePairs ¶meters) |
Private Attributes | |
RageFile | m_file |
byte * | m_space |
int | m_len |
bool | m_waiting |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|