|
Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
|
Abstract interface class for reading the "dat" file generated by HttpLink.
#include <CspRunTm.h>

Public Member Functions | |
| bool | isValid () |
| int | read (void *data, U32 offset, U32 size, bool blockStart) |
| Invoke the installed CspReader_Read callback synchronously. More... | |
| void | setIsValid () |
| Mark the implementation initialized after opening/checking its data. More... | |
| bool CspReader::isValid | ( | ) |
Invoke the installed CspReader_Read callback synchronously.
| data | Writable destination for size bytes. |
| offset | Absolute byte offset in the backing data. |
| size | Exact byte count. |
| blockStart | True identifies the start of a CSP data block. |
| void CspReader::setIsValid | ( | ) |
Mark the implementation initialized after opening/checking its data.
This does not install a callback or validate the backing file.