java.lang.Object
org.refcodes.serial.StringArraySection
- All Implemented Interfaces:
Serializable,org.refcodes.mixin.AliasAccessor,org.refcodes.mixin.EncodingAccessor<Charset>,org.refcodes.mixin.LengthAccessor,org.refcodes.mixin.PayloadAccessor<String[]>,org.refcodes.mixin.PayloadAccessor.PayloadBuilder<String[],,PayloadTransmission<String[]>> org.refcodes.mixin.PayloadAccessor.PayloadMutator<String[]>,org.refcodes.mixin.PayloadAccessor.PayloadProperty<String[]>,org.refcodes.mixin.Resetable,org.refcodes.numerical.EndianessAccessor,org.refcodes.schema.Schemable,LengthWidthAccessor,PayloadSection<String[]>,PayloadTransmission<String[]>,Section,Section.SectionMixin,Transmission,Transmission.TransmissionMixin
public class StringArraySection
extends Object
implements Section.SectionMixin, PayloadSection<String[]>, LengthWidthAccessor, org.refcodes.numerical.EndianessAccessor, org.refcodes.mixin.EncodingAccessor<Charset>
The
StringArraySection is an implementation of a Section
carrying a String array as payload. Each String is
represented by a StringSection decorated by an
AllocSectionDecoratorSegment.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.AliasAccessor
org.refcodes.mixin.AliasAccessor.AliasBuilder<B extends org.refcodes.mixin.AliasAccessor.AliasBuilder<B>>, org.refcodes.mixin.AliasAccessor.AliasMutator, org.refcodes.mixin.AliasAccessor.AliasPropertyNested classes/interfaces inherited from interface org.refcodes.mixin.EncodingAccessor
org.refcodes.mixin.EncodingAccessor.EncodingBuilder<E extends Object,B extends org.refcodes.mixin.EncodingAccessor.EncodingBuilder<E, B>>, org.refcodes.mixin.EncodingAccessor.EncodingMutator<E extends Object>, org.refcodes.mixin.EncodingAccessor.EncodingProperty<E extends Object> Nested classes/interfaces inherited from interface org.refcodes.numerical.EndianessAccessor
org.refcodes.numerical.EndianessAccessor.EndianessBuilder<B extends org.refcodes.numerical.EndianessAccessor.EndianessBuilder<B>>, org.refcodes.numerical.EndianessAccessor.EndianessMutator, org.refcodes.numerical.EndianessAccessor.EndianessPropertyNested classes/interfaces inherited from interface org.refcodes.mixin.LengthAccessor
org.refcodes.mixin.LengthAccessor.LengthBuilder<B extends org.refcodes.mixin.LengthAccessor.LengthBuilder<B>>, org.refcodes.mixin.LengthAccessor.LengthMutator, org.refcodes.mixin.LengthAccessor.LengthPropertyNested classes/interfaces inherited from interface org.refcodes.serial.LengthWidthAccessor
LengthWidthAccessor.LengthWidthBuilder<B extends LengthWidthAccessor.LengthWidthBuilder<B>>, LengthWidthAccessor.LengthWidthMutator, LengthWidthAccessor.LengthWidthPropertyNested classes/interfaces inherited from interface org.refcodes.mixin.PayloadAccessor
org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P extends Object,B extends org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P, B>>, org.refcodes.mixin.PayloadAccessor.PayloadMutator<P extends Object>, org.refcodes.mixin.PayloadAccessor.PayloadProperty<P extends Object> Nested classes/interfaces inherited from interface org.refcodes.serial.Section
Section.SectionMixinNested classes/interfaces inherited from interface org.refcodes.serial.Transmission
Transmission.TransmissionMixin -
Constructor Summary
ConstructorsConstructorDescriptionConstructs an emptyStringArraySectionusing theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.StringArraySection(int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aPayload) Constructs aStringArraySectionusing containing the providedStringSectionelements and using the providedSegmentclass for creatingSegmentinstances.StringArraySection(String aAlias) Constructs an emptyStringArraySectionusing theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.StringArraySection(String... aPayload) Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.StringArraySection(String aAlias, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aPayload) Constructs aStringArraySectionusing containing the providedStringSectionelements and using the providedSegmentclass for creatingSegmentinstances.StringArraySection(String aAlias, String[] aPayload) Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.StringArraySection(String aAlias, Charset aCharset, String... aPayload) Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, as well as theTransmissionMetrics.DEFAULT_ENDIANESS.StringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs an according instance from the given configuration.StringArraySection(Charset aCharset, String... aPayload) Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, as well as theTransmissionMetrics.DEFAULT_ENDIANESS.StringArraySection(TransmissionMetrics aTransmissionMetrics) Constructs an according instance from the given configuration.StringArraySection(TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs an according instance from the given configuration. -
Method Summary
Modifier and TypeMethodDescriptionvoidfromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.getAlias()org.refcodes.numerical.EndianessintDetermines the overall length of thisTransmission.intRetrieves the length width (in bytes) from the length width (in bytes) property.String[]voidreceiveFrom(InputStream aInputStream, int aLength, OutputStream aReturnStream) Default implementation harnessing theSection.fromTransmission(Sequence, int)method.voidreset()Resets any dynamic data (e.g. values such as payloads or checksums) and must not(!)voidsetPayload(String[] aValue) toSchema()Provides theSequencerepresentation of thisTransmission.org.refcodes.struct.SimpleTypeMapReturns theSimpleTypeMaprepresentation of thisTransmission.withPayload(String[] aValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.refcodes.mixin.PayloadAccessor
getPayloadOrMethods inherited from interface org.refcodes.mixin.PayloadAccessor.PayloadProperty
letPayloadMethods inherited from interface org.refcodes.serial.Section
fromTransmission, fromTransmission, fromTransmission, receiveFrom, receiveFromMethods inherited from interface org.refcodes.serial.Transmission
transmitTo, transmitToMethods inherited from interface org.refcodes.serial.Transmission.TransmissionMixin
transmitTo
-
Constructor Details
-
StringArraySection
Constructs an according instance from the given configuration. The configuration attributes are taken from theTransmissionMetricsconfiguration object, though only those attributes are supported which are also supported by the other constructors!- Parameters:
aTransmissionMetrics- TheTransmissionMetricsto be used for configuring this instance.
-
StringArraySection
Constructs an according instance from the given configuration. The configuration attributes are taken from theTransmissionMetricsconfiguration object, though only those attributes are supported which are also supported by the other constructors!- Parameters:
aTransmissionMetrics- TheTransmissionMetricsto be used for configuring this instance.aValue- The payload to be contained by theStringArraySection.
-
StringArraySection
Constructs an according instance from the given configuration. The configuration attributes are taken from theTransmissionMetricsconfiguration object, though only those attributes are supported which are also supported by the other constructors!- Parameters:
aAlias- The alias which identifies the content of this instance.aTransmissionMetrics- TheTransmissionMetricsto be used for configuring this instance.
-
StringArraySection
public StringArraySection(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs an according instance from the given configuration. The configuration attributes are taken from theTransmissionMetricsconfiguration object, though only those attributes are supported which are also supported by the other constructors!- Parameters:
aAlias- The alias which identifies the content of this instance.aTransmissionMetrics- TheTransmissionMetricsto be used for configuring this instance.aValue- The payload to be contained by theStringArraySection.
-
StringArraySection
public StringArraySection()Constructs an emptyStringArraySectionusing theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING. -
StringArraySection
Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.- Parameters:
aPayload- TheStringelements being contained in this instance.
-
StringArraySection
Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, as well as theTransmissionMetrics.DEFAULT_ENDIANESS. -
StringArraySection
public StringArraySection(int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aPayload) Constructs aStringArraySectionusing containing the providedStringSectionelements and using the providedSegmentclass for creatingSegmentinstances. -
StringArraySection
Constructs an emptyStringArraySectionusing theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.- Parameters:
aAlias- The alias which identifies the content of this segment.
-
StringArraySection
Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, theTransmissionMetrics.DEFAULT_ENDIANESSas well as theTransmissionMetrics.DEFAULT_ENCODING.- Parameters:
aAlias- The alias which identifies the content of this segment.aPayload- TheStringelements being contained in this instance.
-
StringArraySection
Constructs aStringArraySectioncontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTH, as well as theTransmissionMetrics.DEFAULT_ENDIANESS. -
StringArraySection
public StringArraySection(String aAlias, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, Charset aCharset, String... aPayload) Constructs aStringArraySectionusing containing the providedStringSectionelements and using the providedSegmentclass for creatingSegmentinstances.- Parameters:
aAlias- The alias which identifies the content of this segment.aLengthWidth- The width (in bytes) to be used for size values.aEndianess- TheEndianessto be used for size values.aCharset- TheCharsetto use when encoding or decoding theStringinstances.aPayload- TheStringelements being contained in this instance.
-
-
Method Details
-
fromTransmission
public void fromTransmission(Sequence aSequence, int aOffset, int aLength) throws TransmissionException (Re-)initializes this instance with the the givenSequencedata.- Specified by:
fromTransmissionin interfaceSection- Parameters:
aSequence- TheSequencedata from which to (re-)initialize this instance.aOffset- The offset where to start processing the providedSequence.aLength- The length of data assigned by theSequence.- Throws:
TransmissionException- thrown in case a givenSequencecannot be processed.
-
receiveFrom
public void receiveFrom(InputStream aInputStream, int aLength, OutputStream aReturnStream) throws IOException Default implementation harnessing theSection.fromTransmission(Sequence, int)method. (Re-)initializes this instance by receiving the accordingSequencefrom the givenInputStream. Implementations providing error correction methods use the provided feedbackOutputStreamto do some sort of "stop-and-wait ARQ" or apply similar methods to ensure correctness of the received data.- Specified by:
receiveFromin interfaceSection- Specified by:
receiveFromin interfaceSection.SectionMixin- Parameters:
aInputStream- TheInputStreamfrom which to read the instance's (re-)initializationSequencefrom.aLength- The length of data assigned by the byte array.aReturnStream- AnOutputStreambeing the return channel to handle "stop-and-wait ARQ" or the like in case of a bidirectional connection. Can be null in case we have a unidirectional connection.- Throws:
IOException- thrown in case reading data from theInputStreamcaused problems.TransmissionException- thrown in case a givenInputStreambytes cannot be processed.
-
toSequence
Provides theSequencerepresentation of thisTransmission. In case of nestedTransmissioninstances, allSequencerepresentations from all sub-segments are accumulated to the result as well. Caution, the Transmission (or its nestedTransmissioninstances) may be backed by the returnedSequence.- Specified by:
toSequencein interfaceTransmission- Returns:
- The according instance's
Sequence.
-
reset
public void reset()Resets any dynamic data (e.g. values such as payloads or checksums) and must not(!) reset any configurations or settings required to produce the dynamic data (e.g. theTransmissionMetrics).- Specified by:
resetin interfaceorg.refcodes.mixin.Resetable- Specified by:
resetin interfaceTransmission
-
toSchema
- Specified by:
toSchemain interfaceorg.refcodes.schema.Schemable- Specified by:
toSchemain interfaceTransmission
-
getLength
public int getLength()Determines the overall length of thisTransmission. In case of nestedTransmissioninstances, all length values from all sub-segments are accumulated to the result as well.- Specified by:
getLengthin interfaceorg.refcodes.mixin.LengthAccessor- Specified by:
getLengthin interfaceTransmission- Returns:
- The (overall) length of the
Transmission(including any sub-segments).
-
getPayload
- Specified by:
getPayloadin interfaceorg.refcodes.mixin.PayloadAccessor<String[]>
-
setPayload
- Specified by:
setPayloadin interfaceorg.refcodes.mixin.PayloadAccessor.PayloadMutator<String[]>
-
withPayload
- Specified by:
withPayloadin interfaceorg.refcodes.mixin.PayloadAccessor.PayloadBuilder<String[],PayloadTransmission<String[]>>
-
getLengthWidth
public int getLengthWidth()Retrieves the length width (in bytes) from the length width (in bytes) property.- Specified by:
getLengthWidthin interfaceLengthWidthAccessor- Returns:
- The length width (in bytes) stored by the length width (in bytes) property.
-
getEndianess
public org.refcodes.numerical.Endianess getEndianess()- Specified by:
getEndianessin interfaceorg.refcodes.numerical.EndianessAccessor
-
getEncoding
- Specified by:
getEncodingin interfaceorg.refcodes.mixin.EncodingAccessor<Charset>
-
getAlias
- Specified by:
getAliasin interfaceorg.refcodes.mixin.AliasAccessor
-
toSimpleTypeMap
public org.refcodes.struct.SimpleTypeMap toSimpleTypeMap()Returns theSimpleTypeMaprepresentation of thisTransmission. In case this Transmission hasTransmissionchildren, then the children are queried as well and contained in the resultingSimpleTypeMap. The aliases of the accordingTransmissioninstances represent the resulting path to aTransmission's final simple type.- Specified by:
toSimpleTypeMapin interfaceTransmission- Returns:
- The
SimpleTypeMaprepresenting thisTransmissionand (if any) its children, with the according aliases forming the paths to theTransmission's values.
-