org.apache.tomcat.util.buf
public final class UTF8Decoder extends B2CConverter
| Constructor and Description |
|---|
UTF8Decoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(ByteChunk mb,
CharChunk cb)
Convert a buffer of bytes into a chars
|
void |
recycle()
Reset the internal state, empty the buffers.
|
convert, getCharset, resetpublic void recycle()
B2CConverterrecycle in class B2CConverterpublic void convert(ByteChunk mb, CharChunk cb) throws java.io.IOException
B2CConverterconvert in class B2CConverterjava.io.IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.