Module org.refcodes.serial
Package org.refcodes.serial
Interface MagicBytesAccessor.MagicBytesProperty
-
- All Superinterfaces:
org.refcodes.mixin.MagicBytesAccessor,MagicBytesAccessor,org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator,MagicBytesAccessor.MagicBytesMutator,org.refcodes.mixin.MagicBytesAccessor.MagicBytesProperty
- All Known Implementing Classes:
AbstractMagicBytesTransmission,AbstractMagicBytesTransmissionDecorator,AssertMagicBytesSectionDecorator,AssertMagicBytesSegment,AssertMagicBytesSegmentDecorator,MagicBytesSectionDecorator,MagicBytesSegment,MagicBytesSegmentDecorator
- Enclosing interface:
- MagicBytesAccessor
public static interface MagicBytesAccessor.MagicBytesProperty extends MagicBytesAccessor, MagicBytesAccessor.MagicBytesMutator, org.refcodes.mixin.MagicBytesAccessor.MagicBytesProperty
Provides a magic byte array property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.MagicBytesAccessor
org.refcodes.mixin.MagicBytesAccessor.MagicBytesBuilder<B extends org.refcodes.mixin.MagicBytesAccessor.MagicBytesBuilder<B>>, org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator, org.refcodes.mixin.MagicBytesAccessor.MagicBytesProperty
-
Nested classes/interfaces inherited from interface org.refcodes.serial.MagicBytesAccessor
MagicBytesAccessor.MagicBytesBuilder<B extends MagicBytesAccessor.MagicBytesBuilder<B>>, MagicBytesAccessor.MagicBytesMutator, MagicBytesAccessor.MagicBytesProperty
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringletMagicBytes(String aMagicBytes)UsesTransmissionMetrics.DEFAULT_ENCODINGfor converting theStringinto a byte array.-
Methods inherited from interface org.refcodes.serial.MagicBytesAccessor
toMagicBytes, toMagicBytes
-
Methods inherited from interface org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
setMagicBytes, setMagicBytes
-
Methods inherited from interface org.refcodes.serial.MagicBytesAccessor.MagicBytesMutator
setMagicBytes
-
-
-
-
Method Detail
-
letMagicBytes
default String letMagicBytes(String aMagicBytes)
UsesTransmissionMetrics.DEFAULT_ENCODINGfor converting theStringinto a byte array.- Specified by:
letMagicBytesin interfaceorg.refcodes.mixin.MagicBytesAccessor.MagicBytesProperty
-
-