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, org.refcodes.numerical.EndianessAccessor, AllocLengthAccessor, DecoratorSegment<DECORATEE>, LengthWidthAccessor, Segment, Transmission, Transmission.TransmissionMixin

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

    • LengthSegmentDecoratorSegment

      public LengthSegmentDecoratorSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics)
    • LengthSegmentDecoratorSegment

      public LengthSegmentDecoratorSegment(DECORATEE aDecoratee, org.refcodes.numerical.Endianess aEndianess)
    • LengthSegmentDecoratorSegment

      public LengthSegmentDecoratorSegment(DECORATEE aDecoratee, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess)
    • LengthSegmentDecoratorSegment

      public LengthSegmentDecoratorSegment(DECORATEE aDecoratee, int aLengthWidth)
    • LengthSegmentDecoratorSegment

      public LengthSegmentDecoratorSegment(DECORATEE aDecoratee)
  • Method Details