Interface EncodedAccessor.EncodedMutator

All Known Subinterfaces:
EncodedAccessor.EncodedProperty
Enclosing interface:
EncodedAccessor

public static interface EncodedAccessor.EncodedMutator
Provides a mutator for an encoded property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEncoded(byte[] aEncoded)
    Sets the encoded representation for the encoded property.
  • Method Details

    • setEncoded

      void setEncoded(byte[] aEncoded)
      Sets the encoded representation for the encoded property.
      Parameters:
      aEncoded - The encoded to be stored by the encoded property.