Uses of Interface
nonapi.io.github.classgraph.fileslice.reader.RandomAccessReader
Packages that use RandomAccessReader
Package
Description
-
Uses of RandomAccessReader in nonapi.io.github.classgraph.fileslice
Methods in nonapi.io.github.classgraph.fileslice that return RandomAccessReaderModifier and TypeMethodDescriptionArraySlice.randomAccessReader()
Return a new random access reader.FileSlice.randomAccessReader()
Read directly from FileChannel (slow path, but handles >2GB).PathSlice.randomAccessReader()
Read directly from FileChannel (slow path, but handles >2GB).abstract RandomAccessReader
Slice.randomAccessReader()
Create a newRandomAccessReader
for thisSlice
. -
Uses of RandomAccessReader in nonapi.io.github.classgraph.fileslice.reader
Classes in nonapi.io.github.classgraph.fileslice.reader that implement RandomAccessReaderModifier and TypeClassDescriptionclass
class
RandomAccessReader
backed by a byte array.class
RandomAccessReader
for aByteBuffer
.class
RandomAccessReader
for aFile
.Fields in nonapi.io.github.classgraph.fileslice.reader declared as RandomAccessReaderModifier and TypeFieldDescriptionprivate RandomAccessReader
ClassfileReader.randomAccessReader
If slice is not deflated, aRandomAccessReader
for either theArraySlice
orFileSlice
concrete subclass.