Uses of Interface
nonapi.io.github.classgraph.fileslice.reader.RandomAccessReader
-
Packages that use RandomAccessReader Package Description nonapi.io.github.classgraph.fileslice nonapi.io.github.classgraph.fileslice.reader -
-
Uses of RandomAccessReader in nonapi.io.github.classgraph.fileslice
Methods in nonapi.io.github.classgraph.fileslice that return RandomAccessReader Modifier and Type Method Description RandomAccessReader
ArraySlice. randomAccessReader()
Return a new random access reader.RandomAccessReader
FileSlice. randomAccessReader()
Read directly from FileChannel (slow path, but handles >2GB).RandomAccessReader
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 RandomAccessReader Modifier and Type Class Description class
ClassfileReader
class
RandomAccessArrayReader
RandomAccessReader
backed by a byte array.class
RandomAccessByteBufferReader
RandomAccessReader
for aByteBuffer
.class
RandomAccessFileChannelReader
RandomAccessReader
for aFile
.Fields in nonapi.io.github.classgraph.fileslice.reader declared as RandomAccessReader Modifier and Type Field Description private RandomAccessReader
ClassfileReader. randomAccessReader
If slice is not deflated, aRandomAccessReader
for either theArraySlice
orFileSlice
concrete subclass.
-