IDecoder.Step| Constructor and Description |
|---|
DecoderBase(Errno errno,
int bufsize) |
| Modifier and Type | Method and Description |
|---|---|
IDecoder.Step.Result |
decode(ByteBuffer data,
int size,
ValueReference<Integer> processed) |
void |
destroy() |
int |
errno() |
protected void |
errno(int err) |
ByteBuffer |
getBuffer() |
protected void |
nextStep(byte[] buf,
int toRead,
IDecoder.Step next)
Deprecated.
|
protected void |
nextStep(ByteBuffer buf,
IDecoder.Step next) |
protected void |
nextStep(Msg msg,
IDecoder.Step next) |
public DecoderBase(Errno errno, int bufsize)
public ByteBuffer getBuffer()
public IDecoder.Step.Result decode(ByteBuffer data, int size, ValueReference<Integer> processed)
protected void nextStep(Msg msg, IDecoder.Step next)
@Deprecated protected void nextStep(byte[] buf, int toRead, IDecoder.Step next)
protected void nextStep(ByteBuffer buf, IDecoder.Step next)
protected void errno(int err)
public int errno()
Copyright © 2020. All rights reserved.