Package zmq.io.coder
Interface IEncoder
-
- All Known Implementing Classes:
Encoder,EncoderBase,RawEncoder,V1Encoder,V2Encoder
public interface IEncoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()intencode(ValueReference<java.nio.ByteBuffer> data, int size)voidencoded()voidloadMsg(Msg msg)
-
-
-
Method Detail
-
loadMsg
void loadMsg(Msg msg)
-
encode
int encode(ValueReference<java.nio.ByteBuffer> data, int size)
-
destroy
void destroy()
-
encoded
void encoded()
-
-