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 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 RandomAccessReaderModifier and TypeClassDescriptionclassclassRandomAccessReaderbacked by a byte array.classRandomAccessReaderfor aByteBuffer.classRandomAccessReaderfor aFile.Fields in nonapi.io.github.classgraph.fileslice.reader declared as RandomAccessReaderModifier and TypeFieldDescriptionprivate RandomAccessReaderClassfileReader.randomAccessReaderIf slice is not deflated, aRandomAccessReaderfor either theArraySliceorFileSliceconcrete subclass.