Class LengthSegmentDecoratorSegment<DECORATEE extends Segment>

java.lang.Object
org.refcodes.serial.AbstractReferenceeLengthSegment<DECORATEE>
org.refcodes.serial.AbstractLengthDecoratorSegment<DECORATEE>
org.refcodes.serial.LengthSegmentDecoratorSegment<DECORATEE>
Type Parameters:
DECORATEE - The type of the Segment decoratee.
All Implemented Interfaces:
Serializable, org.refcodes.mixin.DecorateeAccessor<DECORATEE>, org.refcodes.mixin.LengthAccessor, org.refcodes.mixin.Schemable<SerialSchema>, org.refcodes.numerical.EndianessAccessor, AllocLengthAccessor, DecoratorSegment<DECORATEE>, LengthWidthAccessor, Segment, Transmission, Transmission.TransmissionMixin

public class LengthSegmentDecoratorSegment<DECORATEE extends Segment> extends AbstractLengthDecoratorSegment<DECORATEE> implements Segment
An LengthSegmentDecoratorSegment enriches a Segment with an allocation declaration being prefixed to the enriched Segment.
See Also: