CODEC_FAILED, CODEC_INPUT_NOT_CONSUMED, CODEC_OK, CODEC_OUTPUT_NOT_FILLED| Constructor and Description |
|---|
CodecChain(Codec first,
Codec second) |
| Modifier and Type | Method and Description |
|---|---|
static Codec |
createCodecChain(Codec... codecs) |
static Codec |
createCodecChain(java.util.List<Codec> codecs) |
long |
getElapsedTime() |
Format |
getInputFormat() |
Format[] |
getInputFormats() |
java.lang.String |
getName() |
Format |
getOutputFormat() |
Format[] |
getOutputFormats(Format input) |
int |
process(Buffer in,
Buffer out) |
java.lang.String |
reportElapsedTime() |
void |
reset() |
Format |
setInputFormat(Format input) |
Format |
setOutputFormat(Format output) |
java.lang.String |
toString() |
public Format[] getInputFormats()
getInputFormats in interface Codecpublic Format[] getOutputFormats(Format input)
getOutputFormats in interface Codecpublic Format setInputFormat(Format input)
setInputFormat in interface Codecpublic Format getInputFormat()
getInputFormat in interface Codecpublic Format setOutputFormat(Format output)
setOutputFormat in interface Codecpublic Format getOutputFormat()
getOutputFormat in interface Codecpublic java.lang.String toString()
toString in class java.lang.Objectpublic long getElapsedTime()
public java.lang.String reportElapsedTime()
Copyright © 2022. All Rights Reserved.