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) |
void |
reset() |
protected CharBuffer charBuffer
public static String decodeUtf8(io.netty.buffer.ByteBuf buf)
public static String decodeUtf8(io.netty.buffer.ByteBuf... bufs)
protected CharBuffer allocateCharBuffer(int l)
public void reset()
protected void decodePartial(ByteBuffer nioBuffer, boolean endOfInput)
public String decode(io.netty.buffer.ByteBuf buf)
public String decode(io.netty.buffer.ByteBuf... bufs)
Copyright © 2017. All Rights Reserved.