Class AllocSegmentBody<DECORATEE extends Section>

java.lang.Object
org.refcodes.serial.AbstractTransmissionDecorator<DECORATEE>
org.refcodes.serial.AllocSegmentBody<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, AllocLengthAccessor, AllocLengthAccessor.AllocLengthMutator, AllocLengthAccessor.AllocLengthProperty, Segment, Transmission, Transmission.TransmissionMixin

public class AllocSegmentBody<DECORATEE extends Section> extends AbstractTransmissionDecorator<DECORATEE> implements Segment, AllocLengthAccessor.AllocLengthProperty
An AllocSegmentBody provides an Segment with an allocation length. An AllocSegmentHead provides the allocation length for a AllocSegmentBody. Therefore the AllocSegmentHead references a AllocSegmentBody. The AllocSegmentHead manages the Sequence regarding the allocation length whereas the AllocSegmentBody manages the decorated Segment by harnessing the allocation length provided by the AllocSegmentHead.
See Also: