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) |
protected void |
ensureCapacity(int l) |
void |
reset() |
public static java.lang.String decodeUtf8(io.netty.buffer.ByteBuf buf)
throws java.nio.charset.CharacterCodingException
java.nio.charset.CharacterCodingExceptionpublic static java.lang.String decodeUtf8(io.netty.buffer.ByteBuf... bufs)
throws java.nio.charset.CharacterCodingException
java.nio.charset.CharacterCodingExceptionprotected java.nio.CharBuffer allocateCharBuffer(int l)
protected void ensureCapacity(int l)
public void reset()
protected void decodePartial(java.nio.ByteBuffer nioBuffer,
boolean endOfInput)
throws java.nio.charset.CharacterCodingException
java.nio.charset.CharacterCodingExceptionpublic java.lang.String decode(io.netty.buffer.ByteBuf buf)
throws java.nio.charset.CharacterCodingException
java.nio.charset.CharacterCodingExceptionpublic java.lang.String decode(io.netty.buffer.ByteBuf... bufs)
throws java.nio.charset.CharacterCodingException
java.nio.charset.CharacterCodingExceptionCopyright © 2018. All Rights Reserved.