public class Utf8ByteBufCharsetDecoder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.nio.CharBuffer |
charBuffer |
| Constructor and Description |
|---|
Utf8ByteBufCharsetDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected java.nio.CharBuffer |
allocateCharBuffer(int l) |
java.lang.String |
decode(io.netty.buffer.ByteBuf... bufs) |
java.lang.String |
decode(io.netty.buffer.ByteBuf buf) |
protected void |
decodePartial(java.nio.ByteBuffer nioBuffer,
boolean endOfInput) |
static java.lang.String |
decodeUtf8(io.netty.buffer.ByteBuf... bufs) |
static java.lang.String |
decodeUtf8(io.netty.buffer.ByteBuf buf) |
void |
reset() |
public static java.lang.String decodeUtf8(io.netty.buffer.ByteBuf buf)
public static java.lang.String decodeUtf8(io.netty.buffer.ByteBuf... bufs)
protected java.nio.CharBuffer allocateCharBuffer(int l)
public void reset()
protected void decodePartial(java.nio.ByteBuffer nioBuffer,
boolean endOfInput)
public java.lang.String decode(io.netty.buffer.ByteBuf buf)
public java.lang.String decode(io.netty.buffer.ByteBuf... bufs)
Copyright © 2018. All Rights Reserved.