Package zmq.io.coder.raw
Class RawEncoder
- java.lang.Object
-
- zmq.io.coder.EncoderBase
-
- zmq.io.coder.Encoder
-
- zmq.io.coder.raw.RawEncoder
-
-
Field Summary
-
Fields inherited from class zmq.io.coder.Encoder
messageReady, sizeReady
-
Fields inherited from class zmq.io.coder.EncoderBase
inProgress
-
-
Constructor Summary
Constructors Constructor Description RawEncoder(Errno errno, int bufsize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
messageReady()
protected void
sizeReady()
-
-
-
Constructor Detail
-
RawEncoder
public RawEncoder(Errno errno, int bufsize)
-
-
Method Detail
-
messageReady
protected void messageReady()
- Specified by:
messageReady
in classEncoder
-
-