Uses of Class
org.refcodes.serial.AllocSectionDecoratorSegment
-
Uses of AllocSectionDecoratorSegment in org.refcodes.serial
Classes in org.refcodes.serial with type parameters of type AllocSectionDecoratorSegmentModifier and TypeClassDescriptionclassSectionComposite<ALLOC extends AllocSectionDecoratorSegment<CHILD>,CHILD extends Section> ASectionCompositeis aSectionconsisting ofSectionelements of a variable length each: EachSectionelement in the composite need not be of the same size.Fields in org.refcodes.serial declared as AllocSectionDecoratorSegmentModifier and TypeFieldDescriptionprotected AllocSectionDecoratorSegment<SequenceSection>PacketInputStream._allocSegmentprotected AllocSectionDecoratorSegment<SequenceSection>PacketOutputStream._allocSegmentMethods in org.refcodes.serial that return AllocSectionDecoratorSegmentModifier and TypeMethodDescriptionstatic <DECORATEE extends Section>
AllocSectionDecoratorSegment<DECORATEE>SerialSugar.allocSegment(DECORATEE aDecoratee) Constructs aAllocSectionDecoratorSegmentwith the given decoratee and a width ofTransmissionMetrics.DEFAULT_LENGTH_WIDTHbytes used to specify the decoratee's length aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of the decoratee's length.static <DECORATEE extends Section>
AllocSectionDecoratorSegment<DECORATEE>SerialSugar.allocSegment(DECORATEE aDecoratee, int aLengthWidth) Constructs aAllocSectionDecoratorSegmentwith the given decoratee and with the given number of bytes used to specify the decoratee's length and aTransmissionMetrics.DEFAULT_ENDIANESSendian representation of the decoratee's length.static <DECORATEE extends Section>
AllocSectionDecoratorSegment<DECORATEE>SerialSugar.allocSegment(DECORATEE aDecoratee, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess) Constructs aAllocSectionDecoratorSegmentwith the given decoratee and with the given number of bytes used to specify the decoratee's length and the providedEndianessrepresentation of the decoratee's length.static <DECORATEE extends Section>
AllocSectionDecoratorSegment<DECORATEE>SerialSugar.allocSegment(DECORATEE aDecoratee, org.refcodes.numerical.Endianess aEndianess) Constructs aAllocSectionDecoratorSegmentwith the given decoratee and a width ofTransmissionMetrics.DEFAULT_LENGTH_WIDTHbytes used to specify the decoratee's length and the providedEndianessrepresentation of the decoratee's length.static <DECORATEE extends Section>
AllocSectionDecoratorSegment<DECORATEE>SerialSugar.allocSegment(DECORATEE aDecoratee, TransmissionMetrics aTransmissionMetrics) Constructs an accordingAllocSectionDecoratorSegmentinstance.