Inheritance diagram for DynamicFilterFile:

Public Member Functions | |
| DynamicFilterFile () | |
| int | flush (u_long id, Stream *s, u_long *) |
| int | getFooter (u_long id, Stream *s, char *buffer, u_long len, u_long *nbw) |
| int | getHeader (u_long id, Stream *s, char *buffer, u_long len, u_long *nbw) |
| int | modifyData (u_long id, Stream *s) |
| int | read (u_long id, Stream *s, char *buffer, u_long len, u_long *) |
| int | write (u_long id, Stream *s, const char *buffer, u_long len, u_long *) |
| ~DynamicFilterFile () | |
|
|
Construct the object. |
|
|
Destroy the object. |
|
||||||||||||||||
|
Flush remaining data to the stream. |
|
||||||||||||||||||||||||
|
Get the filter footer. |
|
||||||||||||||||||||||||
|
Get the filter header. |
|
||||||||||||
|
Check if the filter modifies the data. |
|
||||||||||||||||||||||||
|
Read using the filter from the specified stream. |
|
||||||||||||||||||||||||
|
Write to the stream using the filter. |
1.3.9.1