Module org.refcodes.serial
Package org.refcodes.serial
Interface MagicBytesAccessor.MagicBytesMutator
- All Superinterfaces:
org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
- All Known Subinterfaces:
MagicBytesAccessor.MagicBytesProperty
- All Known Implementing Classes:
AbstractMagicBytesTransmission,AbstractMagicBytesTransmissionDecorator,AssertMagicBytesSectionDecorator,AssertMagicBytesSegment,AssertMagicBytesSegmentDecorator,MagicBytesSectionDecorator,MagicBytesSegment,MagicBytesSegmentDecorator
- Enclosing interface:
- MagicBytesAccessor
public static interface MagicBytesAccessor.MagicBytesMutator
extends org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
Provides a mutator for a magic byte array property.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetMagicBytes(String aMagicBytes) UsesTransmissionMetrics.DEFAULT_ENCODINGfor converting theStringinto a byte array.Methods inherited from interface org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
setMagicBytes, setMagicBytes
-
Method Details
-
setMagicBytes
UsesTransmissionMetrics.DEFAULT_ENCODINGfor converting theStringinto a byte array.- Specified by:
setMagicBytesin interfaceorg.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
-