Uses of Class
org.refcodes.serial.StringArraySection
-
-
Uses of StringArraySection in org.refcodes.serial
Methods in org.refcodes.serial that return StringArraySection Modifier and Type Method Description static StringArraySectionSerialSugar. stringArraySection()Constructs an emptyStringArraySectionusing theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.static StringArraySectionSerialSugar. stringArraySection(int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aValue)Constructs aStringArraySectionusing containing the providedStringSectionelements and using the providedSegmentclass for creatingSegmentinstances.static StringArraySectionSerialSugar. stringArraySection(String aAlias)Constructs an emptyStringArraySectionusing theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.static StringArraySectionSerialSugar. stringArraySection(String... aValue)Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.static StringArraySectionSerialSugar. stringArraySection(String aAlias, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aValue)Constructs aStringArraySectionusing containing the providedStringSectionelements and using the providedSegmentclass for creatingSegmentinstances.static StringArraySectionSerialSugar. stringArraySection(String aAlias, String[] aValue)Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.static StringArraySectionSerialSugar. stringArraySection(String aAlias, Charset aCharset, String... aValue)Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, as well as theTransmissionMetrics.DEFAULT_ENDIANESS.static StringArraySectionSerialSugar. stringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics)Constructs an according instance from the given configuration.static StringArraySectionSerialSugar. stringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue)Constructs an according instance from the given configuration.static StringArraySectionSerialSugar. stringArraySection(Charset aCharset, String... aValue)Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, as well as theTransmissionMetrics.DEFAULT_ENDIANESS.static StringArraySectionSerialSugar. stringArraySection(TransmissionMetrics aTransmissionMetrics)Constructs an according instance from the given configuration.static StringArraySectionSerialSugar. stringArraySection(TransmissionMetrics aTransmissionMetrics, String... aValue)Constructs an according instance from the given configuration.StringArraySectionStringArraySection. withPayload(String[] aValue)
-