Uses of Interface
org.refcodes.serial.Sequence
-
Uses of Sequence in org.refcodes.serial
Classes in org.refcodes.serial that implement SequenceModifier and TypeClassDescriptionclassTheBoundedSequenceDecoratordecorates aSequencewhilst bounding its size to a given maximum size (to be set viaBoundedSequenceDecorator.setLength(int)) .classAByteArraySequenceimplements theSequenceinterface by using chunks of byte arrays, therewith reducing array copy operations when working with byte fields.Fields in org.refcodes.serial declared as SequenceModifier and TypeFieldDescriptionprotected SequencePacketOutputStream._blockSequenceprotected SequenceFixedLengthSequenceSegment._sequenceprotected SequenceSequenceSection._sequenceMethods in org.refcodes.serial that return SequenceModifier and TypeMethodDescriptionFixedLengthSequenceSegment.getPayload()SequenceSection.getPayload()BadMagicBytesSequenceException.getSequence()Retrieves the value from theSequenceproperty.SequenceAccessor.getSequence()Retrieves the value from theSequenceproperty.SequenceInputStream.getSequence()Retrieves the value from theSequenceproperty.SequenceOutputStream.getSequence()Retrieves the value from theSequenceproperty.TransmissionSequenceException.getSequence()Retrieves the value from theSequenceproperty.SerialSchema.getValue()default SequenceSequenceAccessor.SequenceProperty.letSequence(Sequence aSequence) Sets the givenSequence(setter) as ofSequenceAccessor.SequenceMutator.setSequence(Sequence)and returns the very sameSequence(getter).AbstractPortDecorator.receiveSequence(int aLength) Receives aSequencewith the number of bytes specified.This method blocks till all bytes are read.default SequenceSerialReceiver.receiveSequence(int aLength) Receives aSequencewith the number of bytes specified.This method blocks till all bytes are read.AbstractPortDecorator.receiveSequenceWithin(long aTimeoutMillis, int aLength) Receives aSequencewith the number of bytes specified.default SequenceSerialReceiver.receiveSequenceWithin(long aTimeoutMillis, int aLength) Receives aSequencewith the number of bytes specified.BoundedSequenceDecorator.toAppend(byte... aBytes) Appends the given bytes to the end of thisSequence.BoundedSequenceDecorator.toAppend(byte[] aBytes, int aOffset, int aLength) Appends the given bytes to the end of thisSequence.default SequenceSequence.toAppend(byte... aBytes) Appends the given bytes to the end of thisSequence.Sequence.toAppend(byte[] aBytes, int aOffset, int aLength) Appends the given bytes to the end of thisSequence.BoundedSequenceDecorator.toClone()Creates a deep clone of thisSequence.Sequence.toClone()Creates a deep clone of thisSequence.BoundedSequenceDecorator.toConcatenate(org.refcodes.mixin.ConcatenateMode aConcatenateMode, byte... aBytes) Concatenates the given bytes with thisSequenceaccording to the providedConcatenateMode.BoundedSequenceDecorator.toConcatenate(org.refcodes.mixin.ConcatenateMode aConcatenateMode, byte[] aBytes, int aOffset, int aLength) Concatenates the given bytes with thisSequenceaccording to the providedConcatenateMode.BoundedSequenceDecorator.toConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) default SequenceSequence.toConcatenate(org.refcodes.mixin.ConcatenateMode aConcatenateMode, byte... aBytes) Concatenates the given bytes with thisSequenceaccording to the providedConcatenateMode.default SequenceSequence.toConcatenate(org.refcodes.mixin.ConcatenateMode aConcatenateMode, byte[] aBytes, int aOffset, int aLength) Concatenates the given bytes with thisSequenceaccording to the providedConcatenateMode.default SequenceSequence.toConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) BoundedSequenceDecorator.toOverwrite(byte[] aBytes) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(byte[] aBytes, int aLength) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(int aOffset, byte[] aBytes) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(int aOffset, byte[] aBytes, int aBytesOffset, int aLength) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(int aOffset, Sequence aSequence) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(int aOffset, Sequence aSequence, int aBytesOffset, int aLength) BoundedSequenceDecorator.toOverwrite(Sequence aSequence) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(Sequence aSequence, int aLength) Writes the given bytes into a copy of thisSequence.default SequenceSequence.toOverwrite(byte[] aBytes) Writes the given bytes into a copy of thisSequence.default SequenceSequence.toOverwrite(byte[] aBytes, int aLength) Writes the given bytes into a copy of thisSequence.default SequenceSequence.toOverwrite(int aOffset, byte[] aBytes) Writes the given bytes into a copy of thisSequence.Sequence.toOverwrite(int aOffset, byte[] aBytes, int aBytesOffset, int aLength) Writes the given bytes into a copy of thisSequence.default SequenceSequence.toOverwrite(int aOffset, Sequence aSequence) Writes the given bytes into a copy of thisSequence.Sequence.toOverwrite(int aOffset, Sequence aSequence, int aBytesOffset, int aLength) default SequenceSequence.toOverwrite(Sequence aSequence) Writes the given bytes into a copy of thisSequence.default SequenceSequence.toOverwrite(Sequence aSequence, int aLength) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toPrepend(byte... aBytes) Prepends the given bytes to the beginning of thisSequence.BoundedSequenceDecorator.toPrepend(byte[] aBytes, int aOffset, int aLength) Prepends the given bytes to the beginning of thisSequence.default SequenceSequence.toPrepend(byte... aBytes) Prepends the given bytes to the beginning of thisSequence.Sequence.toPrepend(byte[] aBytes, int aOffset, int aLength) Prepends the given bytes to the beginning of thisSequence.AbstractCipherTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractCrcTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractErrorCorrectionTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractInvertibleTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractLengthDecoratorSegment.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractMagicBytesTransmission.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractMagicBytesTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractMagicBytesTransmissionMultiplexer.toSequence()Returns the responsibleTransmission's transmission: The lastTransmissionwhich was responsible for a transmission's magic bytes will be the responsibleTransmissiontill anotherTransmissionclaims responsibility for a transmsision's magic bytes.AbstractReadyToReceiveTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractReadyToSendTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractReferenceeLengthSegment.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractStopAndWaitPacketStreamTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractStopAndWaitTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.AbstractTransmissionDecorator.toSequence()Provides theSequencerepresentation of thisTransmission.default SequenceArrayTransmission.toSequence()Provides theSequencerepresentation of thisTransmission.AsciizArraySegment.toSequence()Provides theSequencerepresentation of thisTransmission.AsciizSegment.toSequence()Provides theSequencerepresentation of thisTransmission.BooleanArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.BooleanSegment.toSequence()Provides theSequencerepresentation of thisTransmission.BoundedSequenceDecorator.toSequence(int aOffset, int aLength) ByteArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.ByteSegment.toSequence()Provides theSequencerepresentation of thisTransmission.CharArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.CharSection.toSequence()Provides theSequencerepresentation of thisTransmission.DoubleArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.DoubleSegment.toSequence()Provides theSequencerepresentation of thisTransmission.DynamicTypeSegment.toSequence()Provides theSequencerepresentation of thisTransmission.EnumSegment.toSequence()Provides theSequencerepresentation of thisTransmission.FileSection.toSequence()Provides theSequencerepresentation of thisTransmission.FixedLengthSequenceSegment.toSequence()Provides theSequencerepresentation of thisTransmission.FloatArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.FloatSegment.toSequence()Provides theSequencerepresentation of thisTransmission.IntArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.IntSegment.toSequence()Provides theSequencerepresentation of thisTransmission.LongArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.LongSegment.toSequence()Provides theSequencerepresentation of thisTransmission.MagicBytesSegment.toSequence()Provides theSequencerepresentation of thisTransmission.NullSegment.toSequence()Provides theSequencerepresentation of thisTransmission.NumberSegment.toSequence()Provides theSequencerepresentation of thisTransmission.PropertiesSection.toSequence()Provides theSequencerepresentation of thisTransmission.SectionComposite.toSequence()Provides theSequencerepresentation of thisTransmission.Sequence.toSequence(int aOffset, int aLength) SequenceSection.toSequence()Provides theSequencerepresentation of thisTransmission.ShortArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.ShortSegment.toSequence()Provides theSequencerepresentation of thisTransmission.StringArraySection.toSequence()Provides theSequencerepresentation of thisTransmission.StringSection.toSequence()Provides theSequencerepresentation of thisTransmission.StringSegment.toSequence()Provides theSequencerepresentation of thisTransmission.Transmission.toSequence()Provides theSequencerepresentation of thisTransmission.default SequenceTransmissionComposite.toSequence()Provides theSequencerepresentation of thisTransmission.BoundedSequenceDecorator.toTruncate(int aLength, org.refcodes.mixin.TruncateMode aTruncateMode) Returns a newSequencetruncated by the given number of bytes from the right or from the left of both, according to the givenTruncateMode.default SequenceSequence.toTruncate(int aLength, org.refcodes.mixin.TruncateMode aTruncateMode) Returns a newSequencetruncated by the given number of bytes from the right or from the left of both, according to the givenTruncateMode.BoundedSequenceDecorator.toTruncateHead(int aLength) Returns a newSequencetruncated by the given number of bytes from the left.Sequence.toTruncateHead(int aLength) Returns a newSequencetruncated by the given number of bytes from the left.BoundedSequenceDecorator.toTruncateTail(int aLength) Returns a newSequencetruncated by the given number of bytes from the right.Sequence.toTruncateTail(int aLength) Returns a newSequencetruncated by the given number of bytes from the right.BoundedSequenceDecorator.withAppend(byte... aBytes) Builder method for theappend(byte...)method.BoundedSequenceDecorator.withAppend(byte[] aBytes, int aOffset, int aLength) Builder method for theappend(byte...)method.BoundedSequenceDecorator.withAppend(Sequence aSequence) Builder method for theappend(Sequence)method.default SequenceSequence.withAppend(byte... aBytes) Builder method for theappend(byte...)method.default SequenceSequence.withAppend(byte[] aBytes, int aOffset, int aLength) Builder method for theappend(byte...)method.default SequenceSequence.withAppend(Sequence aSequence) Builder method for theappend(Sequence)method.BoundedSequenceDecorator.withConcatenate(org.refcodes.mixin.ConcatenateMode aConcatenateMode, byte... aBytes) Builder method for theconcatenate(ConcatenateMode, byte...)method.BoundedSequenceDecorator.withConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) Builder method for theconcatenate(Sequence, ConcatenateMode)method.default SequenceSequence.withConcatenate(org.refcodes.mixin.ConcatenateMode aConcatenateMode, byte... aBytes) Builder method for theconcatenate(ConcatenateMode, byte...)method.default SequenceSequence.withConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) Builder method for theconcatenate(Sequence, ConcatenateMode)method.BoundedSequenceDecorator.withOverwrite(byte[] aBytes) Builder method for theoverwrite(byte[])method.BoundedSequenceDecorator.withOverwrite(byte[] aBytes, int aLength) Builder method for theoverwrite(Sequence, int)method.BoundedSequenceDecorator.withOverwrite(int aOffset, byte[] aBytes) Builder method for theoverwrite(int, byte[])method.BoundedSequenceDecorator.withOverwrite(int aOffset, byte[] aBytes, int aBytesOffset, int aLength) Builder method for theoverwrite(int, byte[], int, int)method.BoundedSequenceDecorator.withOverwrite(int aOffset, Sequence aSequence) Builder method for theoverwrite(int, Sequence)method.BoundedSequenceDecorator.withOverwrite(int aOffset, Sequence aSequence, int aSequenceOffset, int aLength) Builder method for theoverwrite(int, Sequence, int, int)method.BoundedSequenceDecorator.withOverwrite(Sequence aSequence) Builder method for theoverwrite(Sequence)method.BoundedSequenceDecorator.withOverwrite(Sequence aSequence, int aLength) Builder method for theoverwrite(Sequence, int)method.default SequenceSequence.withOverwrite(byte[] aBytes) Builder method for theoverwrite(byte[])method.default SequenceSequence.withOverwrite(byte[] aBytes, int aLength) Builder method for theoverwrite(Sequence, int)method.default SequenceSequence.withOverwrite(int aOffset, byte[] aBytes) Builder method for theoverwrite(int, byte[])method.default SequenceSequence.withOverwrite(int aOffset, byte[] aBytes, int aBytesOffset, int aLength) Builder method for theoverwrite(int, byte[], int, int)method.default SequenceSequence.withOverwrite(int aOffset, Sequence aSequence) Builder method for theoverwrite(int, Sequence)method.default SequenceSequence.withOverwrite(int aOffset, Sequence aSequence, int aSequenceOffset, int aLength) Builder method for theoverwrite(int, Sequence, int, int)method.default SequenceSequence.withOverwrite(Sequence aSequence) Builder method for theoverwrite(Sequence)method.default SequenceSequence.withOverwrite(Sequence aSequence, int aLength) Builder method for theoverwrite(Sequence, int)method.BoundedSequenceDecorator.withPrepend(byte... aBytes) Builder method for theprepend(byte...)method.BoundedSequenceDecorator.withPrepend(byte[] aBytes, int aOffset, int aLength) Builder method for theprepend(byte...)method.BoundedSequenceDecorator.withPrepend(Sequence aSequence) Builder method for theprepend(Sequence)method.default SequenceSequence.withPrepend(byte... aBytes) Builder method for theprepend(byte...)method.default SequenceSequence.withPrepend(byte[] aBytes, int aOffset, int aLength) Builder method for theprepend(byte...)method.default SequenceSequence.withPrepend(Sequence aSequence) Builder method for theprepend(Sequence)method.BoundedSequenceDecorator.withReplace(byte[] aBytes) Builder method for thereplace(byte[])method.BoundedSequenceDecorator.withReplace(byte[] aBytes, int aLength) Builder method for thereplace(byte[], int, int)method.BoundedSequenceDecorator.withReplace(byte[] aBytes, int aOffset, int aLength) Builder method for thereplace(byte[], int, int)method.BoundedSequenceDecorator.withReplace(Sequence aSequence) Builder method for thereplace(Sequence)method.BoundedSequenceDecorator.withReplace(Sequence aSequence, int aLength) Builder method for thereplace(Sequence, int, int)method.BoundedSequenceDecorator.withReplace(Sequence aSequence, int aOffset, int aLength) Builder method for thereplace(Sequence, int, int)method.default SequenceSequence.withReplace(byte[] aBytes) Builder method for thereplace(byte[])method.default SequenceSequence.withReplace(byte[] aBytes, int aLength) Builder method for thereplace(byte[], int, int)method.default SequenceSequence.withReplace(byte[] aBytes, int aOffset, int aLength) Builder method for thereplace(byte[], int, int)method.default SequenceSequence.withReplace(Sequence aSequence) Builder method for thereplace(Sequence)method.default SequenceSequence.withReplace(Sequence aSequence, int aLength) Builder method for thereplace(Sequence, int, int)method.default SequenceSequence.withReplace(Sequence aSequence, int aOffset, int aLength) Builder method for thereplace(Sequence, int, int)method.BoundedSequenceDecorator.withTruncate(int aLength, org.refcodes.mixin.TruncateMode aTruncateMode) Builder method for thetruncate(int, TruncateMode)method.default SequenceSequence.withTruncate(int aLength, org.refcodes.mixin.TruncateMode aTruncateMode) Builder method for thetruncate(int, TruncateMode)method.BoundedSequenceDecorator.withTruncateHead(int aLength) Builder method for thetruncateHead(int)method.default SequenceSequence.withTruncateHead(int aLength) Builder method for thetruncateHead(int)method.BoundedSequenceDecorator.withTruncateTail(int aLength) Builder method for thetruncateTail(int)method.default SequenceSequence.withTruncateTail(int aLength) Builder method for thetruncateTail(int)method.Methods in org.refcodes.serial that return types with arguments of type SequenceModifier and TypeMethodDescriptionFixedLengthSequenceSegment.withPayload(Sequence aValue) SequenceSection.withPayload(Sequence aValue) Methods in org.refcodes.serial with parameters of type SequenceModifier and TypeMethodDescriptionvoidvoidvoidvoidBoundedSequenceDecorator.concatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) default voidSequence.concatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) voidSequenceConsumer.consumeSequence(Sequence aSequence) Callback consuming aSequence.static FixedLengthSequenceSegmentSerialSugar.fixedLengthSequenceSegment(String aAlias, Sequence aSequence) Constructs aFixedLengthSequenceSegment.static FixedLengthSequenceSegmentSerialSugar.fixedLengthSequenceSegment(Sequence aSequence) Constructs aFixedLengthSequenceSegment.intAbstractReferenceeLengthSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidAbstractSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intAbstractSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intAllocSectionDecoratorSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intAllocSegmentBody.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intAllocSegmentHead.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.default intArraySegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intAsciizArraySegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intAsciizSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidAssertMagicBytesSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intAssertMagicBytesSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intAssertMagicBytesSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidBooleanArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intBooleanSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidBreakerSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intBreakerSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidByteArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intByteSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidCharArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidCharSection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidCipherSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intCipherSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intComplexTypeSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidCrcSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intCrcSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidDoubleArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intDoubleSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intDynamicTypeSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intEnumSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidFileSection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intFixedLengthSequenceSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidFixedSegmentArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidFloatArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intFloatSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidIntArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intIntSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidInvertibleSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intInvertibleSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intLengthSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intLengthSegmentDecoratorSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidLongArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intLongSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidMagicBytesSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidMagicBytesSectionMultiplexer.fromTransmission(Sequence aSequence, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidMagicBytesSectionMultiplexer.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intMagicBytesSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intMagicBytesSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intMagicBytesSegmentMultiplexer.fromTransmission(Sequence aSequence) (Re-)initializes this instance with the the givenSequencedata.intMagicBytesSegmentMultiplexer.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intNullSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.intNumberSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidPropertiesSection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidReadyToReceiveSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intReadyToReceiveSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidReadyToSendSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intReadyToSendSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.default voidSection.fromTransmission(Sequence aSequence, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidSection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidSectionComposite.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.default intSegment.fromTransmission(Sequence aSequence) (Re-)initializes this instance with the the givenSequencedata.intSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidSegmentArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intSegmentComposite.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidSequenceSection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidShortArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intShortSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidStopAndWaitPacketStreamSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intStopAndWaitPacketStreamSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidStopAndWaitSectionDecorator.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intStopAndWaitSegmentDecorator.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.voidStringArraySection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.voidStringSection.fromTransmission(Sequence aSequence, int aOffset, int aLength) (Re-)initializes this instance with the the givenSequencedata.intStringSegment.fromTransmission(Sequence aSequence, int aOffset) (Re-)initializes this instance with the the givenSequencedata.default SequenceSequenceAccessor.SequenceProperty.letSequence(Sequence aSequence) Sets the givenSequence(setter) as ofSequenceAccessor.SequenceMutator.setSequence(Sequence)and returns the very sameSequence(getter).voidvoidBoundedSequenceDecorator.overwrite(int aOffset, Sequence aSequence, int aSequenceOffset, int aLength) Writes the given bytes into thisSequence.voidvoidWrites the given bytes into thisSequence.default voiddefault voidWrites the given bytes into thisSequence.default voiddefault voidWrites the given bytes into thisSequence.voidvoidvoidvoidvoidReplaces the given bytes with thisSequence.voidReplaces the given bytes with thisSequence.voidvoidReplaces the given bytes with thisSequence.default voiddefault voidReplaces the given bytes with thisSequence.voidReplaces the given bytes with thisSequence.static SequenceSectionSerialSugar.sequenceSection(String aAlias, Sequence aSequence) Constructs aSequenceSection.static SequenceSectionSerialSugar.sequenceSection(Sequence aSequence) Constructs aSequenceSection.voidFixedLengthSequenceSegment.setPayload(Sequence aValue) voidSequenceSection.setPayload(Sequence aValue) voidSequenceAccessor.SequenceMutator.setSequence(Sequence aSequence) Sets the segment for the segment property.BoundedSequenceDecorator.toConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) ByteArraySequence.toConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) default SequenceSequence.toConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) BoundedSequenceDecorator.toOverwrite(int aOffset, Sequence aSequence) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(int aOffset, Sequence aSequence, int aBytesOffset, int aLength) BoundedSequenceDecorator.toOverwrite(Sequence aSequence) Writes the given bytes into a copy of thisSequence.BoundedSequenceDecorator.toOverwrite(Sequence aSequence, int aLength) Writes the given bytes into a copy of thisSequence.ByteArraySequence.toOverwrite(int aOffset, Sequence aSequence) Writes the given bytes into a copy of thisSequence.ByteArraySequence.toOverwrite(int aOffset, Sequence aSeqquence, int aBytesOffset, int aLength) ByteArraySequence.toOverwrite(Sequence aSequence) Writes the given bytes into a copy of thisSequence.default SequenceSequence.toOverwrite(int aOffset, Sequence aSequence) Writes the given bytes into a copy of thisSequence.Sequence.toOverwrite(int aOffset, Sequence aSequence, int aBytesOffset, int aLength) default SequenceSequence.toOverwrite(Sequence aSequence) Writes the given bytes into a copy of thisSequence.default SequenceSequence.toOverwrite(Sequence aSequence, int aLength) Writes the given bytes into a copy of thisSequence.voidAbstractPortDecorator.transmitSequence(Sequence aSequence) Transmits aSequence(and blocks this thread) till all it's data has been sent.voidAbstractPortDecorator.transmitSequence(Sequence aSequence, int aOffset, int aLength) Transmits aSequence.voidLoopbackPort.transmitSequence(Sequence aSequence) Transmits aSequence(and blocks this thread) till all it's data has been sent.voidSerialTransmitter.transmitSequence(Sequence aSequence) Transmits aSequence(and blocks this thread) till all it's data has been sent.default voidSerialTransmitter.transmitSequence(Sequence aSequence, int aOffset, int aLength) Transmits aSequence.BoundedSequenceDecorator.withAppend(Sequence aSequence) Builder method for theappend(Sequence)method.ByteArraySequence.withAppend(Sequence aSequence) Builder method for theappend(Sequence)method.default SequenceSequence.withAppend(Sequence aSequence) Builder method for theappend(Sequence)method.BoundedSequenceDecorator.withConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) Builder method for theconcatenate(Sequence, ConcatenateMode)method.ByteArraySequence.withConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) Builder method for theconcatenate(Sequence, ConcatenateMode)method.default SequenceSequence.withConcatenate(Sequence aSequence, org.refcodes.mixin.ConcatenateMode aConcatenateMode) Builder method for theconcatenate(Sequence, ConcatenateMode)method.BoundedSequenceDecorator.withOverwrite(int aOffset, Sequence aSequence) Builder method for theoverwrite(int, Sequence)method.BoundedSequenceDecorator.withOverwrite(int aOffset, Sequence aSequence, int aSequenceOffset, int aLength) Builder method for theoverwrite(int, Sequence, int, int)method.BoundedSequenceDecorator.withOverwrite(Sequence aSequence) Builder method for theoverwrite(Sequence)method.BoundedSequenceDecorator.withOverwrite(Sequence aSequence, int aLength) Builder method for theoverwrite(Sequence, int)method.ByteArraySequence.withOverwrite(int aOffset, Sequence aSequence) Builder method for theoverwrite(int, Sequence)method.ByteArraySequence.withOverwrite(int aOffset, Sequence aSequence, int aSequenceOffset, int aLength) Builder method for theoverwrite(int, Sequence, int, int)method.ByteArraySequence.withOverwrite(Sequence aSequence) Builder method for theoverwrite(Sequence)method.default SequenceSequence.withOverwrite(int aOffset, Sequence aSequence) Builder method for theoverwrite(int, Sequence)method.default SequenceSequence.withOverwrite(int aOffset, Sequence aSequence, int aSequenceOffset, int aLength) Builder method for theoverwrite(int, Sequence, int, int)method.default SequenceSequence.withOverwrite(Sequence aSequence) Builder method for theoverwrite(Sequence)method.default SequenceSequence.withOverwrite(Sequence aSequence, int aLength) Builder method for theoverwrite(Sequence, int)method.FixedLengthSequenceSegment.withPayload(Sequence aValue) SequenceSection.withPayload(Sequence aValue) BoundedSequenceDecorator.withPrepend(Sequence aSequence) Builder method for theprepend(Sequence)method.ByteArraySequence.withPrepend(Sequence aSequence) Builder method for theprepend(Sequence)method.default SequenceSequence.withPrepend(Sequence aSequence) Builder method for theprepend(Sequence)method.BoundedSequenceDecorator.withReplace(Sequence aSequence) Builder method for thereplace(Sequence)method.BoundedSequenceDecorator.withReplace(Sequence aSequence, int aLength) Builder method for thereplace(Sequence, int, int)method.BoundedSequenceDecorator.withReplace(Sequence aSequence, int aOffset, int aLength) Builder method for thereplace(Sequence, int, int)method.ByteArraySequence.withReplace(Sequence aSequence) Builder method for thereplace(Sequence)method.ByteArraySequence.withReplace(Sequence aSequence, int aOffset, int aLength) Builder method for thereplace(Sequence, int, int)method.default SequenceSequence.withReplace(Sequence aSequence) Builder method for thereplace(Sequence)method.default SequenceSequence.withReplace(Sequence aSequence, int aLength) Builder method for thereplace(Sequence, int, int)method.default SequenceSequence.withReplace(Sequence aSequence, int aOffset, int aLength) Builder method for thereplace(Sequence, int, int)method.SequenceAccessor.SequenceBuilder.withSequence(Sequence aSequence) Constructors in org.refcodes.serial with parameters of type SequenceModifierConstructorDescriptionBadCrcChecksumSequenceException(long aAttachedCrcChecksum, long aCalculatedCrcChecksum, Sequence aSequence, String message) BadCrcChecksumSequenceException(long aAttachedCrcChecksum, long aCalculatedCrcChecksum, Sequence aSequence, String aMessage, String aErrorCode) BadCrcChecksumSequenceException(long aAttachedCrcChecksum, long aCalculatedCrcChecksum, Sequence aSequence, String message, Throwable cause) BadCrcChecksumSequenceException(long aAttachedCrcChecksum, long aCalculatedCrcChecksum, Sequence aSequence, String aMessage, Throwable aCause, String aErrorCode) BadCrcChecksumSequenceException(long aAttachedCrcChecksum, long aCalculatedCrcChecksum, Sequence aSequence, Throwable cause) BadCrcChecksumSequenceException(long aAttachedCrcChecksum, long aCalculatedCrcChecksum, Sequence aSequence, Throwable aCause, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, int aLength, String message) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, int aLength, String aMessage, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, int aLength, String message, Throwable cause) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, int aLength, String aMessage, Throwable aCause, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, int aLength, Throwable cause) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, int aLength, Throwable aCause, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, String message) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, String aMessage, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, String message, Throwable cause) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, String aMessage, Throwable aCause, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, Throwable cause) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, int aOffset, Throwable aCause, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, String message) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, String aMessage, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, String message, Throwable cause) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, String aMessage, Throwable aCause, String aErrorCode) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, Throwable cause) BadMagicBytesSequenceException(byte[] aMagicBytes, Sequence aSequence, Throwable aCause, String aErrorCode) BoundedSequenceDecorator(Sequence aSequence) Decorates the givenSequencewith a bounded maximum size, as soon as a bounded size greater than -1 is provided viaBoundedSequenceDecorator.setLength(int).BoundedSequenceDecorator(Sequence aSequence, int aLengthBounds) Decorates the givenSequencewith a bounded maximum size.ByteArraySequence(Sequence aSequence) FixedLengthSequenceSegment(String aAlias, Sequence aSequence) Constructs theFixedLengthSequenceSegment.FixedLengthSequenceSegment(Sequence aSequence) Constructs theFixedLengthSequenceSegment.SequenceInputStream(Sequence aSequence) Uses the providedSequenceto provideInputStreamfunctionality.SequenceInputStream(Sequence aSequence, int aOffset) Uses the providedSequenceto provideInputStreamfunctionality.SequenceOutputStream(Sequence aSequence) Uses the providedSequenceto provideOutputStreamfunctionality.SequenceSection(String aAlias, Sequence aSequence) Constructs theSequenceSection.SequenceSection(Sequence aSequence) Constructs theSequenceSection.SerialSchema(Class<?> aType, Sequence aValue, int aLength, String aDescription, org.refcodes.schema.Schema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(Class<?> aType, Sequence aValue, String aVerbose, String aDescription, int aLength) Constructs aSerialSchemawith the provided arguments.SerialSchema(String aAlias, Class<?> aType, Sequence aValue, int aLength, String aVerbose, String aDescription, org.refcodes.schema.Schema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(String aAlias, Class<?> aType, Sequence aValue, int aLength, String aDescription, org.refcodes.schema.Schema... aChildren) Constructs aSerialSchemawith the provided arguments.TransmissionSequenceException(Sequence aSequence, int aOffset, int aLength, String message) TransmissionSequenceException(Sequence aSequence, int aOffset, int aLength, String aMessage, String aErrorCode) TransmissionSequenceException(Sequence aSequence, int aOffset, int aLength, String message, Throwable cause) TransmissionSequenceException(Sequence aSequence, int aOffset, int aLength, String aMessage, Throwable aCause, String aErrorCode) TransmissionSequenceException(Sequence aSequence, int aOffset, int aLength, Throwable cause) TransmissionSequenceException(Sequence aSequence, int aOffset, int aLength, Throwable aCause, String aErrorCode) TransmissionSequenceException(Sequence aSequence, int aOffset, String message) TransmissionSequenceException(Sequence aSequence, int aOffset, String aMessage, String aErrorCode) TransmissionSequenceException(Sequence aSequence, int aOffset, String message, Throwable cause) TransmissionSequenceException(Sequence aSequence, int aOffset, String aMessage, Throwable aCause, String aErrorCode) TransmissionSequenceException(Sequence aSequence, int aOffset, Throwable cause) TransmissionSequenceException(Sequence aSequence, int aOffset, Throwable aCause, String aErrorCode) TransmissionSequenceException(Sequence aSequence, String message) TransmissionSequenceException(Sequence aSequence, String aMessage, String aErrorCode) TransmissionSequenceException(Sequence aSequence, String message, Throwable cause) TransmissionSequenceException(Sequence aSequence, String aMessage, Throwable aCause, String aErrorCode) TransmissionSequenceException(Sequence aSequence, Throwable cause) TransmissionSequenceException(Sequence aSequence, Throwable aCause, String aErrorCode)