#include <FS_IStreamFilterFactory.h>
Definition at line 24 of file FS_IStreamFilterFactory.h.
FS_IStreamFilterFactory::FS_IStreamFilterFactory |
( |
| ) |
|
virtual FS_IStreamFilterFactory::~FS_IStreamFilterFactory |
( |
| ) |
|
|
virtual |
Instantiates a identical copy of this class object.
This method instantiates an input stream filter (which is itself an input stream). The filter will read raw data from the 'is', then process it and present the transformed data to the user of the filter, which will see it just as a regular input stream.
virtual int FS_IStreamFilterFactory::getDataSize |
( |
UT_IStream * |
is, |
|
|
int |
stream_size |
|
) |
| const |
|
pure virtual |
Obtains the size of the data encoded in the is, ie. the size of the data after the raw input stream bytes have been filtered.
virtual int64 FS_IStreamFilterFactory::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: