public class VarIntByteDecoder
extends java.lang.Object
implements io.netty.util.ByteProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
VarIntByteDecoder.DecodeResult |
| Constructor and Description |
|---|
VarIntByteDecoder() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBytesRead() |
int |
getReadVarint() |
VarIntByteDecoder.DecodeResult |
getResult() |
boolean |
process(byte k) |
public boolean process(byte k)
process in interface io.netty.util.ByteProcessorpublic int getReadVarint()
public int getBytesRead()
public VarIntByteDecoder.DecodeResult getResult()