public interface IByteArraySlice
byte[] array()
int off()
array().int len()
array().
Note: len() has different semantics for some
concrete implementations. ByteArrayBuffer.len() always returns
the capacity of the backing byte[] while ByteArrayBuffer.pos()
returns the #of bytes written onto the backing buffer. In contrast,
KeyBuilder.len() is always the #of bytes written onto the backing
buffer.byte[] toByteArray()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.