Interface ByteArrayAccessor.ByteArrayMutator

All Known Subinterfaces:
ByteArrayAccessor.ByteArrayProperty
Enclosing interface:
ByteArrayAccessor

public static interface ByteArrayAccessor.ByteArrayMutator
Provides a mutator for a byte array property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBytes(byte[] aBytes)
    Sets the byte array for the byte array property.
  • Method Details

    • setBytes

      void setBytes(byte[] aBytes)
      Sets the byte array for the byte array property.
      Parameters:
      aBytes - The byte array to be stored by the byte array property.