Package zmq.io.coder
Interface IDecoder
- All Known Implementing Classes:
Decoder
,DecoderBase
,RawDecoder
,V1Decoder
,V2Decoder
public interface IDecoder
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondecode
(ByteBuffer buffer, int size, ValueReference<Integer> processed) void
destroy()
msg()
-
Method Details
-
getBuffer
ByteBuffer getBuffer() -
decode
-
msg
Msg msg() -
destroy
void destroy()
-