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 void
setMagicBytes
(String aMagicBytes) UsesTransmissionMetrics.DEFAULT_ENCODING
for converting theString
into a byte array.Methods inherited from interface org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
setMagicBytes, setMagicBytes
-
Method Details
-
setMagicBytes
UsesTransmissionMetrics.DEFAULT_ENCODING
for converting theString
into a byte array.- Specified by:
setMagicBytes
in interfaceorg.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator
-