Class | Description |
---|---|
Conversion |
Represents the state of a running conversion.
|
FileConversion |
Represents the state of a running file conversion.
|
FilterAdapter |
Base class for Java-based file filter adapters.
|
NativeConversion |
Represents the state of a running file conversion using a JNI-based
(native) method to access the file data.
|
Enum | Description |
---|---|
AdapterOutputType |
Enumeration of the standard types of conversion output that the
TRIPcof File Filter API supports.
|
ConvertAbility |
Indicates the adapter's ability to convert a particular input file to a
particular target format.
|
FilterReturnCode |
Valid File Filter adapter return codes.
|
Exception | Description |
---|---|
FileFilterException |
Exception class for TRIPcof file filter errors.
|