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 IDecoder
IDecoder.Step -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ByteBufferprivate intprivate final Errnoprivate IDecoder.Stepprivate ByteBufferprivate intprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(ByteBuffer data, int size, ValueReference<Integer> processed) voiddestroy()interrno()protected voiderrno(int err) protected voidnextStep(byte[] buf, int toRead, IDecoder.Step next) Deprecated.protected voidnextStep(ByteBuffer buf, IDecoder.Step next) protected voidnextStep(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