Interface ByteArrayAccessor

All Known Subinterfaces:
ByteArrayAccessor.ByteArrayProperty

public interface ByteArrayAccessor
Provides an accessor for a byte array property.
  • Method Details

    • getBytes

      byte[] getBytes()
      Retrieves the byte array from the byte array property.
      Returns:
      The byte array stored by the byte array property.