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 Type
    Method
    Description
    default void
    setMagicBytes(String aMagicBytes)
    Uses TransmissionMetrics.DEFAULT_ENCODING for converting the String into a byte array.

    Methods inherited from interface org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator

    setMagicBytes, setMagicBytes
  • Method Details

    • setMagicBytes

      default void setMagicBytes(String aMagicBytes)
      Uses TransmissionMetrics.DEFAULT_ENCODING for converting the String into a byte array.
      Specified by:
      setMagicBytes in interface org.refcodes.mixin.MagicBytesAccessor.MagicBytesMutator