public class Encoder extends EncoderBase
| Modifier and Type | Field and Description |
|---|---|
private Msg |
inProgress |
private static int |
MESSAGE_READY |
private IMsgSource |
msgSource |
private static int |
SIZE_READY |
private byte[] |
tmpbuf |
private java.nio.ByteBuffer |
tmpbufWrap |
| Constructor and Description |
|---|
Encoder(int bufsize) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
messageReady() |
protected boolean |
next() |
void |
setMsgSource(IMsgSource msgSource) |
private boolean |
sizeReady() |
private static final int SIZE_READY
private static final int MESSAGE_READY
private Msg inProgress
private final byte[] tmpbuf
private final java.nio.ByteBuffer tmpbufWrap
private IMsgSource msgSource
public void setMsgSource(IMsgSource msgSource)
protected boolean next()
next in class EncoderBaseprivate boolean sizeReady()
private boolean messageReady()