public class VarIntByteDecoder
extends java.lang.Object
implements io.netty.util.ByteProcessor
| Modifier and Type | Class | Description |
|---|---|---|
static class |
VarIntByteDecoder.DecodeResult |
| Constructor | Description |
|---|---|
VarIntByteDecoder() |
| Modifier and Type | Method | 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()