Uses of Interface
org.agrona.sbe.MessageDecoderFlyweight
Packages that use MessageDecoderFlyweight
Package
Description
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 MessageDecoderFlyweightModifier and TypeMethodDescriptionMessageDecoderFlyweight.wrap
(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion) Wrap a buffer containing an encoded message for decoding.