Uses of Interface
org.agrona.sbe.EncoderFlyweight
-
Packages that use EncoderFlyweight Package Description org.agrona.sbe 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.sbe Modifier and Type Interface Description interface
CompositeEncoderFlyweight
A flyweight for encoding an SBE Composite type.interface
MessageEncoderFlyweight
A flyweight for encoding SBE messages.Methods in org.agrona.sbe that return EncoderFlyweight Modifier and Type Method Description EncoderFlyweight
EncoderFlyweight. wrap(MutableDirectBuffer buffer, int offset)
Wrap a buffer for encoding at a given offset.
-