public abstract class ImageIOEncoder extends AbstractCodec implements Codec
inputFormat, inputFormats, opened, outputFormat
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED
Constructor and Description |
---|
ImageIOEncoder(java.lang.String formatName) |
Modifier and Type | Method and Description |
---|---|
Format[] |
getSupportedInputFormats() |
int |
process(Buffer input,
Buffer output) |
Format |
setInputFormat(Format format) |
checkInputBuffer, dump, getInputFormat, getOutputFormat, getSupportedOutputFormats, isEOM, propagateEOM, setOutputFormat
close, getName, open, reset
addControl, getControl, getControls, removeControl
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedOutputFormats, setOutputFormat
getControl, getControls
public Format[] getSupportedInputFormats()
getSupportedInputFormats
in interface Codec
getSupportedInputFormats
in class AbstractCodec
public Format setInputFormat(Format format)
setInputFormat
in interface Codec
setInputFormat
in class AbstractCodec