Interface Data.ByteArrayView
- All Superinterfaces:
Supplier<byte[]>
Read-only view of a byte-array range for serializers that can consume a slice directly.
The backing array must not be modified. Calling Supplier.get() retains the ordinary byte[] contract
and may materialize an independent array.
-
Method Summary
-
Method Details
-
array
byte[] array() -
offset
int offset() -
length
int length()
-