public interface EncoderFlyweight extends Flyweight
| Modifier and Type | Method and Description |
|---|---|
EncoderFlyweight |
wrap(MutableDirectBuffer buffer,
int offset)
Wrap a buffer for encoding at a given offset.
|
encodedLengthEncoderFlyweight wrap(MutableDirectBuffer buffer, int offset)
buffer - to be wrapped and into which the type will be encoded.offset - at which the encoded object will be begin.EncoderFlyweight for fluent API design.Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.