Fields Summary |
---|
public static final int | BUFFER_PROCESSED_OKThe input Buffer was converted successfully to output. |
public static final int | BUFFER_PROCESSED_FAILEDThe input Buffer could not be handled. |
public static final int | INPUT_BUFFER_NOT_CONSUMEDThe input Buffer chunk was not fully consumed.
The plug-in should update the offset + length fields of the
Buffer . The plug-in will be called later with the same
input Buffer . |
public static final int | OUTPUT_BUFFER_NOT_FILLEDThe output Buffer chunk was not filled. The plug-in should update
the offset + length fields of the Buffer .
The plug-in will be called later with the same output Buffer . |
public static final int | PLUGIN_TERMINATEDThe processing of the given buffer has caused the plugin
to terminate. The plugin will not be able to continue
further processing. |