Uses of Class
org.refcodes.serial.DynamicTypeSegment
-
Uses of DynamicTypeSegment in org.refcodes.serial
Methods in org.refcodes.serial that return DynamicTypeSegmentModifier and TypeMethodDescriptionstatic DynamicTypeSegmentSerialSugar.dynamicTypeSegment()Constructs aDynamicTypeSegmentwith the default properties (TransmissionMetrics.DEFAULT_LENGTH_WIDTH,TransmissionMetrics.DEFAULT_ENDIANESSas well asTransmissionMetrics.DEFAULT_ENCODING).static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(int aLengthWidth, org.refcodes.numerical.Endianess aEndianess) Constructs aDynamicTypeSegmentwith the given properties as well as with theTransmissionMetrics.DEFAULT_ENCODING.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aDynamicTypeSegmentwith the given properties.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias) Constructs aDynamicTypeSegmentwith the default properties (TransmissionMetrics.DEFAULT_LENGTH_WIDTH,TransmissionMetrics.DEFAULT_ENDIANESSas well asTransmissionMetrics.DEFAULT_ENCODING).static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess) Constructs aDynamicTypeSegmentwith the given properties as well as with theTransmissionMetrics.DEFAULT_ENCODING.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aDynamicTypeSegmentwith the given properties.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, Charset aCharset) Constructs aDynamicTypeSegmentwith the givenCharSection, as well as with theTransmissionMetrics.DEFAULT_LENGTH_WIDTHand theTransmissionMetrics.DEFAULT_ENDIANESS.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue) Constructs aDynamicTypeSegmentwith the default properties (TransmissionMetrics.DEFAULT_LENGTH_WIDTH,TransmissionMetrics.DEFAULT_ENDIANESSas well asTransmissionMetrics.DEFAULT_ENCODING).static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess) Constructs aDynamicTypeSegmentwith the given properties as well as with theTransmissionMetrics.DEFAULT_ENCODING.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties as well as with theTransmissionMetrics.DEFAULT_ENCODING.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, String... aAttributes) Constructs aDynamicTypeSegmentwith the default properties (TransmissionMetrics.DEFAULT_LENGTH_WIDTH,TransmissionMetrics.DEFAULT_ENDIANESSas well asTransmissionMetrics.DEFAULT_ENCODING).static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, Charset aCharset) Constructs aDynamicTypeSegmentwith the givenCharSection, as well as with theTransmissionMetrics.DEFAULT_LENGTH_WIDTHand theTransmissionMetrics.DEFAULT_ENDIANESS.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, Charset aCharset, String... aAttributes) Constructs aDynamicTypeSegmentwith the givenCharSection, as well as with theTransmissionMetrics.DEFAULT_LENGTH_WIDTHand theTransmissionMetrics.DEFAULT_ENDIANESS.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(String aAlias, T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(Charset aCharset) Constructs aDynamicTypeSegmentwith the givenCharSection, as well as with theTransmissionMetrics.DEFAULT_LENGTH_WIDTHand theTransmissionMetrics.DEFAULT_ENDIANESS.static DynamicTypeSegmentSerialSugar.dynamicTypeSegment(TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue) Constructs aDynamicTypeSegmentwith the default properties (TransmissionMetrics.DEFAULT_LENGTH_WIDTH,TransmissionMetrics.DEFAULT_ENDIANESSas well asTransmissionMetrics.DEFAULT_ENCODING).static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess) Constructs aDynamicTypeSegmentwith the given properties as well as with theTransmissionMetrics.DEFAULT_ENCODING.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties as well as with theTransmissionMetrics.DEFAULT_ENCODING.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, String... aAttributes) Constructs aDynamicTypeSegmentwith the default properties (TransmissionMetrics.DEFAULT_LENGTH_WIDTH,TransmissionMetrics.DEFAULT_ENDIANESSas well asTransmissionMetrics.DEFAULT_ENCODING).static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, Charset aCharset) Constructs aDynamicTypeSegmentwith the givenCharSection, as well as with theTransmissionMetrics.DEFAULT_LENGTH_WIDTHand theTransmissionMetrics.DEFAULT_ENDIANESS.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, Charset aCharset, String... aAttributes) Constructs aDynamicTypeSegmentwith the givenCharSection, as well as with theTransmissionMetrics.DEFAULT_LENGTH_WIDTHand theTransmissionMetrics.DEFAULT_ENDIANESS.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aDynamicTypeSegmentwith the given properties.static <T> DynamicTypeSegmentSerialSugar.dynamicTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aDynamicTypeSegmentwith the given properties.