public interface IDecoder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDecoder.Step |
| Modifier and Type | Method and Description |
|---|---|
IDecoder.Step.Result |
decode(ByteBuffer buffer,
int size,
ValueReference<Integer> processed) |
void |
destroy() |
ByteBuffer |
getBuffer() |
Msg |
msg() |
ByteBuffer getBuffer()
IDecoder.Step.Result decode(ByteBuffer buffer, int size, ValueReference<Integer> processed)
Msg msg()
void destroy()
Copyright © 2020. All rights reserved.