public final class UTF8Decoder extends B2CConverter
bb, cb, decoder, leftovers| Constructor and Description |
|---|
UTF8Decoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(ByteChunk mb,
CharChunk cb)
Convert the given bytes to characters.
|
void |
recycle()
Reset the decoder state, and empty the leftover buffer.
|
isUndeflowpublic UTF8Decoder()
throws IOException
IOExceptionpublic void recycle()
B2CConverterrecycle in class B2CConverterpublic void convert(ByteChunk mb, CharChunk cb) throws IOException
B2CConverterconvert in class B2CConvertermb - byte inputcb - char outputIOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.