Class V1Decoder
java.lang.Object
zmq.io.coder.DecoderBase
zmq.io.coder.Decoder
zmq.io.coder.v1.V1Decoder
- All Implemented Interfaces:
IDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface IDecoder
IDecoder.Step -
Field Summary
FieldsFields inherited from class Decoder
eightByteSizeReady, flagsReady, inProgress, maxmsgsize, messageReady, oneByteSizeReady -
Constructor Summary
ConstructorsConstructorDescriptionV1Decoder(Errno errno, int bufsize, long maxmsgsize, MsgAllocator allocator) -
Method Summary
Modifier and TypeMethodDescriptionprotected IDecoder.Step.Resultprotected IDecoder.Step.Resultprotected IDecoder.Step.Resultprotected IDecoder.Step.ResultMethods inherited from class Decoder
allocate, messageIncomplete, msg, sizeReady
-
Field Details
-
tmpbuf
-
-
Constructor Details
-
V1Decoder
-
-
Method Details
-
oneByteSizeReady
- Overrides:
oneByteSizeReadyin classDecoder
-
eightByteSizeReady
- Overrides:
eightByteSizeReadyin classDecoder
-
flagsReady
- Overrides:
flagsReadyin classDecoder
-
messageReady
- Overrides:
messageReadyin classDecoder
-