randomAccessSlice
Creates a random-access slice of this index input, with the given offset and length.
The default implementation calls .slice, and it doesn't support random access, it implements absolute reads as seek+read.
Creates a random-access slice of this index input, with the given offset and length.
The default implementation calls .slice, and it doesn't support random access, it implements absolute reads as seek+read.