Uses of Interface
org.agrona.sbe.EncoderFlyweight
Packages that use EncoderFlyweight
Package
Description
Common interfaces which can apply to SBE messages to support abstract usage.
-
Uses of EncoderFlyweight in org.agrona.sbe
Subinterfaces of EncoderFlyweight in org.agrona.sbeModifier and TypeInterfaceDescriptioninterface
A flyweight for encoding an SBE Composite type.interface
A flyweight for encoding SBE messages.Methods in org.agrona.sbe that return EncoderFlyweightModifier and TypeMethodDescriptionEncoderFlyweight.wrap
(MutableDirectBuffer buffer, int offset) Wrap a buffer for encoding at a given offset.