public class Utf8ByteBufCharsetDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CharBuffer |
charBuffer |
| Constructor and Description |
|---|
Utf8ByteBufCharsetDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected CharBuffer |
allocateCharBuffer(int l) |
String |
decode(io.netty.buffer.ByteBuf... bufs) |
String |
decode(io.netty.buffer.ByteBuf buf) |
protected void |
decodePartial(ByteBuffer nioBuffer,
boolean endOfInput) |
static String |
decodeUtf8(io.netty.buffer.ByteBuf... bufs) |
static String |
decodeUtf8(io.netty.buffer.ByteBuf buf) |
protected void |
initSplitCharBuffer() |
void |
reset() |
protected CharBuffer charBuffer
public static String decodeUtf8(io.netty.buffer.ByteBuf buf) throws CharacterCodingException
CharacterCodingExceptionpublic static String decodeUtf8(io.netty.buffer.ByteBuf... bufs) throws CharacterCodingException
CharacterCodingExceptionprotected void initSplitCharBuffer()
protected CharBuffer allocateCharBuffer(int l)
public void reset()
protected void decodePartial(ByteBuffer nioBuffer, boolean endOfInput) throws CharacterCodingException
CharacterCodingExceptionpublic String decode(io.netty.buffer.ByteBuf buf) throws CharacterCodingException
CharacterCodingExceptionpublic String decode(io.netty.buffer.ByteBuf... bufs) throws CharacterCodingException
CharacterCodingExceptionCopyright © 2016. All Rights Reserved.