@NotNull final BytesDataLocator<E, BYTES> bytesDataLocator,
@NotNull final ByteBuffer byteBuffer) {
this.sliceProvider = sliceProvider;
this.offsetProvider = offsetProvider;
final Index index = new Index() {
@Override
public void setNextLocation(int index) {
ringIndex.setReadLocation(index);
}