Uses of Class
org.refcodes.serial.SequenceSection
-
Uses of SequenceSection in org.refcodes.serial
Subclasses of SequenceSection in org.refcodes.serialModifier and TypeClassDescriptionclassTheDynamicTypeSectionrepresents aSectionwhich's internal raw data is created from provided types at runtime and which's internal raw data is used to create provided types at runtime.Fields in org.refcodes.serial with type parameters of type SequenceSectionModifier and TypeFieldDescriptionprotected AllocSectionDecoratorSegment<SequenceSection>PacketInputStream._allocSegmentprotected AllocSectionDecoratorSegment<SequenceSection>PacketOutputStream._allocSegmentMethods in org.refcodes.serial that return SequenceSectionModifier and TypeMethodDescriptionstatic SequenceSectionSerialSugar.sequenceSection()Constructs aSequenceSection.static SequenceSectionSerialSugar.sequenceSection(int aSequenceSize) Constructs aSequenceSection.static SequenceSectionSerialSugar.sequenceSection(String aAlias) Constructs aSequenceSection.static SequenceSectionSerialSugar.sequenceSection(String aAlias, int aSequenceSize) Constructs aSequenceSection.static SequenceSectionSerialSugar.sequenceSection(String aAlias, Sequence aSequence) Constructs aSequenceSection.static SequenceSectionSerialSugar.sequenceSection(Sequence aSequence) Constructs aSequenceSection.