Uses of Class
org.refcodes.serial.StringSection
-
Uses of StringSection in org.refcodes.serial
Methods in org.refcodes.serial that return StringSectionModifier and TypeMethodDescriptionstatic StringSectionSerialSugar.stringSection()Constructs an emptyStringSectionusing theTransmissionMetrics.DEFAULT_ENCODINGencoding for the payload.static StringSectionSerialSugar.stringSection(String aValue) Constructs aStringSectionwith the givenStringpayload being encoded with theTransmissionMetrics.DEFAULT_ENCODING.static StringSectionSerialSugar.stringSection(String aAlias, String aValue) Constructs aStringSectionwith the givenStringpayload being encoded with theTransmissionMetrics.DEFAULT_ENCODING.static StringSectionSerialSugar.stringSection(String aAlias, String aValue, Charset aCharset) static StringSectionSerialSugar.stringSection(String aAlias, String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringSectionSerialSugar.stringSection(String aValue, Charset aCharset) static StringSectionSerialSugar.stringSection(String aValue, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.static StringSectionSerialSugar.stringSection(Charset aCharset) Constructs aStringSectionwith a payload expected to be encoded with the givenCharset.static StringSectionSerialSugar.stringSection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringSection.withPayload(String aValue)