|
Crypto++
|
file-based implementation of Source interface More...
#include <files.h>
Public Types | |
| typedef FileStore::Err | Err |
| typedef FileStore::OpenErr | OpenErr |
| typedef FileStore::ReadErr | ReadErr |
Public Member Functions | |
| FileSource (BufferedTransformation *attachment=NULL) | |
| FileSource (std::istream &in, bool pumpAll, BufferedTransformation *attachment=NULL) | |
| FileSource (const char *filename, bool pumpAll, BufferedTransformation *attachment=NULL, bool binary=true) | |
| std::istream * | GetStream () |
| void | IsolatedInitialize (const NameValuePairs ¶meters) |
| size_t | Pump2 (lword &byteCount, bool blocking=true) |
| size_t | PumpMessages2 (unsigned int &messageCount, bool blocking=true) |
| size_t | PumpAll2 (bool blocking=true) |
| bool | SourceExhausted () const |
| void | SetAutoSignalPropagation (int propagation) |
| int | GetAutoSignalPropagation () const |
Protected Attributes | |
| T | m_store |
file-based implementation of Source interface
1.7.5