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) |
char[] |
decodeChars(io.netty.buffer.ByteBuf... bufs) |
char[] |
decodeChars(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) |
static char[] |
decodeUtf8Chars(io.netty.buffer.ByteBuf... bufs) |
static char[] |
decodeUtf8Chars(io.netty.buffer.ByteBuf buf) |
protected void |
ensureCapacity(int l) |
void |
reset() |
protected CharBuffer charBuffer
public static String decodeUtf8(io.netty.buffer.ByteBuf buf)
public static String decodeUtf8(io.netty.buffer.ByteBuf... bufs)
public static char[] decodeUtf8Chars(io.netty.buffer.ByteBuf buf)
public static char[] decodeUtf8Chars(io.netty.buffer.ByteBuf... bufs)
protected CharBuffer allocateCharBuffer(int l)
protected void ensureCapacity(int l)
public void reset()
protected void decodePartial(ByteBuffer nioBuffer, boolean endOfInput)
public String decode(io.netty.buffer.ByteBuf buf)
public char[] decodeChars(io.netty.buffer.ByteBuf buf)
public String decode(io.netty.buffer.ByteBuf... bufs)
public char[] decodeChars(io.netty.buffer.ByteBuf... bufs)
Copyright © 2024. All rights reserved.