Uses of Class
org.refcodes.serial.ComplexTypeSegment
-
Uses of ComplexTypeSegment in org.refcodes.serial
Methods in org.refcodes.serial that return ComplexTypeSegmentModifier and TypeMethodDescriptionstatic <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aAttributes) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType, String... aAttributes) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType, TransmissionMetrics aTransmissionMetrics) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(Class<T> aType, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, Class<T> aType) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, Class<T> aType, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, Class<T> aType, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aAttributes) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, Class<T> aType, String... aAttributes) Constructs aComplexTypeSegmentfrom the givenClassfor the according type T.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, T aValue) Constructs aComplexTypeSegmentfrom the given data structure instance.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aComplexTypeSegmentfrom the given data structure instance.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aAttributes) Constructs aComplexTypeSegmentfrom the given data structure instance..static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(String aAlias, T aValue, String... aAttributes) Constructs aComplexTypeSegmentfrom the given data structure instance..static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue) Constructs aComplexTypeSegmentfrom the given data structure instance.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset) Constructs aComplexTypeSegmentfrom the given data structure instance.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aAttributes) Constructs aComplexTypeSegmentfrom the given data structure instance..static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue, String... aAttributes) Constructs aComplexTypeSegmentfrom the given data structure instance..static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics) Constructs aComplexTypeSegmentfrom the given data structure instance.static <T> ComplexTypeSegment<T>SerialSugar.complexTypeSegment(T aValue, TransmissionMetrics aTransmissionMetrics, String... aAttributes) Constructs aComplexTypeSegmentfrom the given data structure instance..