| Modifier | Constructor and Description |
|---|---|
protected |
EncoderBase(int bufsize_) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encoding_error() |
Transfer |
get_data(ByteBuffer buffer) |
boolean |
has_data() |
boolean |
is_error() |
protected void |
next_step(byte[] buf_,
int to_write_,
int next_,
boolean beginning_) |
protected void |
next_step(FileChannel ch,
long pos_,
long to_write_,
int next_,
boolean beginning_) |
protected void |
next_step(Msg msg_,
int state_,
boolean beginning_) |
protected abstract boolean |
next() |
protected int |
state() |
protected void |
state(int state_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitset_msg_sourcepublic Transfer get_data(ByteBuffer buffer)
protected int state()
protected void state(int state_)
protected void encoding_error()
public final boolean is_error()
protected abstract boolean next()
protected void next_step(Msg msg_, int state_, boolean beginning_)
protected void next_step(byte[] buf_,
int to_write_,
int next_,
boolean beginning_)
protected void next_step(FileChannel ch, long pos_, long to_write_, int next_, boolean beginning_)
Copyright © 2014. All rights reserved.