Uses of Interface
org.agrona.sbe.MessageDecoderFlyweight
-
Packages that use MessageDecoderFlyweight Package Description org.agrona.sbe Common interfaces which can apply to SBE messages to support abstract usage. -
-
Uses of MessageDecoderFlyweight in org.agrona.sbe
Methods in org.agrona.sbe that return MessageDecoderFlyweight Modifier and Type Method Description MessageDecoderFlyweight
MessageDecoderFlyweight. wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
Wrap a buffer containing an encoded message for decoding.
-