All Superinterfaces:
Bytes

public interface Binary extends Bytes
A read-only binary value with support for binary deltas.

Values are effectively immutable. Instances can be backed by user-supplied byte arrays. Once a Binary has been constructed around an array, care must be taken not to modify the data in the array because doing so would violate immutability.

Since:
5.7
Author:
DiffusionData Limited
See Also: