libisofs 1.1.2
|
Representation of an external program that shall serve as filter for an IsoStream. More...
#include <libisofs.h>
Data Fields | |
int | version |
int | refcount |
char * | name |
char * | path |
int | argc |
char ** | argv |
int | behavior |
char * | suffix |
Representation of an external program that shall serve as filter for an IsoStream.
This object may be shared among many IsoStream objects. It is to be created and disposed by the application.
The filter will act as proxy between the original IsoStream of an IsoFile. Up to completed image generation it will be run at least twice: for IsoStream.class.get_size() and for .open() with subsequent .read(). So the original IsoStream has to return 1 by its .class.is_repeatable(). The filter program has to be repeateable too. I.e. it must produce the same output on the same input.
Definition at line 6018 of file libisofs.h.
Definition at line 6038 of file libisofs.h.
Definition at line 6045 of file libisofs.h.
Definition at line 6058 of file libisofs.h.
Definition at line 6032 of file libisofs.h.
Definition at line 6035 of file libisofs.h.
Definition at line 6027 of file libisofs.h.
Definition at line 6066 of file libisofs.h.
Definition at line 6021 of file libisofs.h.