Package zmq.io.coder
Class DecoderBase
java.lang.Object
zmq.io.coder.DecoderBase
- All Implemented Interfaces:
IDecoder
- Direct Known Subclasses:
Decoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface zmq.io.coder.IDecoder
IDecoder.Step
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ByteBuffer
private int
private final Errno
private IDecoder.Step
private ByteBuffer
private int
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode
(ByteBuffer data, int size, ValueReference<Integer> processed) void
destroy()
int
errno()
protected void
errno
(int err) protected void
nextStep
(byte[] buf, int toRead, IDecoder.Step next) Deprecated.protected void
nextStep
(ByteBuffer buf, IDecoder.Step next) protected void
nextStep
(Msg msg, IDecoder.Step next)
-
Field Details
-
readPos
-
zeroCopy
private boolean zeroCopy -
toRead
private int toRead -
bufsize
private int bufsize -
buf
-
next
-
errno
-
-
Constructor Details
-
DecoderBase
-
-
Method Details