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 RandomAccessReaderArraySlice. randomAccessReader()Return a new random access reader.RandomAccessReaderFileSlice. randomAccessReader()Read directly from FileChannel (slow path, but handles >2GB).RandomAccessReaderPathSlice. randomAccessReader()Read directly from FileChannel (slow path, but handles >2GB).abstract RandomAccessReaderSlice. randomAccessReader()Create a newRandomAccessReaderfor 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 classClassfileReaderclassRandomAccessArrayReaderRandomAccessReaderbacked by a byte array.classRandomAccessByteBufferReaderRandomAccessReaderfor aByteBuffer.classRandomAccessFileChannelReaderRandomAccessReaderfor aFile.Fields in nonapi.io.github.classgraph.fileslice.reader declared as RandomAccessReader Modifier and Type Field Description private RandomAccessReaderClassfileReader. randomAccessReaderIf slice is not deflated, aRandomAccessReaderfor either theArraySliceorFileSliceconcrete subclass.
-