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.MagicBytesPropertyNested classes/interfaces inherited from interface org.refcodes.serial.MagicBytesAccessor
MagicBytesAccessor.MagicBytesBuilder<B extends MagicBytesAccessor.MagicBytesBuilder<B>>, MagicBytesAccessor.MagicBytesMutator, MagicBytesAccessor.MagicBytesProperty -
Method Summary
Modifier and TypeMethodDescriptiondefault StringletMagicBytes(String aMagicBytes) UsesTransmissionMetrics.DEFAULT_ENCODINGfor converting theStringinto a byte array.Methods inherited from interface org.refcodes.mixin.MagicBytesAccessor
getMagicBytesMethods inherited from interface org.refcodes.serial.MagicBytesAccessor
toMagicBytes, toMagicBytesMethods inherited from interface org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
setMagicBytes, setMagicBytesMethods inherited from interface org.refcodes.serial.MagicBytesAccessor.MagicBytesMutator
setMagicBytesMethods inherited from interface org.refcodes.mixin.MagicBytesAccessor.MagicBytesProperty
letMagicBytes, letMagicBytes
-
Method Details
-
letMagicBytes
UsesTransmissionMetrics.DEFAULT_ENCODINGfor converting theStringinto a byte array.- Specified by:
letMagicBytesin interfaceorg.refcodes.mixin.MagicBytesAccessor.MagicBytesProperty
-