Package zmq.io.coder.raw
Class RawDecoder
java.lang.Object
zmq.io.coder.raw.RawDecoder
- All Implemented Interfaces:
IDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface zmq.io.coder.IDecoder
IDecoder.Step
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode
(ByteBuffer buffer, int size, ValueReference<Integer> processed) void
destroy()
msg()
-
Field Details
-
buffer
-
inProgress
-
-
Constructor Details
-
RawDecoder
public RawDecoder(int bufsize)
-
-
Method Details