- All Known Subinterfaces:
ByteArrayAccessor.ByteArrayProperty
public interface ByteArrayAccessor
Provides an accessor for a byte array property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a byte array property returning the builder for applying multiple build operations.static interface
Provides a mutator for a byte array property.static interface
Provides a byte array property. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBytes()
Retrieves the byte array from the 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.
-