#include <essence.h>
Inheritance diagram for GCReadHandler_Base:
Public Member Functions | |
virtual | ~GCReadHandler_Base () |
Base destructor. | |
virtual bool | HandleData (GCReaderPtr Caller, KLVObjectPtr Object)=0 |
Handle a "chunk" of data that has been read from the file. |
virtual ~GCReadHandler_Base | ( | ) | [inline, virtual] |
Base destructor.
virtual bool HandleData | ( | GCReaderPtr | Caller, | |
KLVObjectPtr | Object | |||
) | [pure virtual] |
Handle a "chunk" of data that has been read from the file.
Implemented in Encrypt_GCReadHandler, Basic_GCFillerHandler, Decrypt_GCEncryptionHandler, and Decrypt_GCReadHandler.