| Modifier and Type | Field and Description |
|---|---|
protected int |
to_read |
| Constructor and Description |
|---|
DecoderBase(int bufsize_) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decoding_error() |
ByteBuffer |
get_buffer() |
protected void |
next_step(byte[] buf_,
int to_read_,
int state_) |
protected void |
next_step(Msg msg_,
int state_) |
protected abstract boolean |
next() |
int |
process_buffer(ByteBuffer buf_,
int size_) |
boolean |
stalled() |
protected int |
state() |
protected void |
state(int state_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitset_msg_sinkpublic ByteBuffer get_buffer()
get_buffer in interface IDecoderpublic int process_buffer(ByteBuffer buf_, int size_)
process_buffer in interface IDecoderprotected void next_step(Msg msg_, int state_)
protected void next_step(byte[] buf_,
int to_read_,
int state_)
protected int state()
protected void state(int state_)
protected void decoding_error()
protected abstract boolean next()
Copyright © 2014. All rights reserved.