Uses of Class
nonapi.io.github.classgraph.fastzipfilereader.NestedJarHandler
Packages that use NestedJarHandler
-
Uses of NestedJarHandler in nonapi.io.github.classgraph.fileslice
Fields in nonapi.io.github.classgraph.fileslice declared as NestedJarHandlerModifier and TypeFieldDescriptionprotected final NestedJarHandlerSlice.nestedJarHandlerTheNestedJarHandler.Constructors in nonapi.io.github.classgraph.fileslice with parameters of type NestedJarHandlerModifierConstructorDescriptionArraySlice(byte[] arr, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler) Constructor for treating a whole array as a slice.FileSlice(File file, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler, LogNode log) Constructor for toplevel file slice.FileSlice(File file, NestedJarHandler nestedJarHandler, LogNode log) Constructor for toplevel file slice.PathSlice(Path path, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler) Constructor for toplevel file slice.PathSlice(Path path, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler, boolean checkAccess) Constructor for toplevel file slice.PathSlice(Path path, NestedJarHandler nestedJarHandler) Constructor for toplevel file slice.protectedSlice(long length, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler) Constructor.protectedSlice(Slice parentSlice, long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler) Constructor for treating a range of a slice as a sub-slice.