Reads the buffer starting at offset into a byte array. The offset must satisfy the relations 0 ≤ offset ≤ this.length.
offset
byte array
0
this.length
Iterable<int> getAll( final int offset, ) { return _data.getRange(offset, length); }