public abstract class Encoder extends EncoderBase
Modifier and Type | Field and Description |
---|---|
protected java.lang.Runnable |
messageReady |
protected java.lang.Runnable |
sizeReady |
inProgress
Modifier | Constructor and Description |
---|---|
protected |
Encoder(Errno errno,
int bufsize) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
messageReady() |
protected abstract void |
sizeReady() |
protected final java.lang.Runnable sizeReady
protected final java.lang.Runnable messageReady
protected Encoder(Errno errno, int bufsize)