Uses of Class
nonapi.io.github.classgraph.fileslice.PathSlice
-
Packages that use PathSlice Package Description nonapi.io.github.classgraph.fileslice -
-
Uses of PathSlice in nonapi.io.github.classgraph.fileslice
Constructors in nonapi.io.github.classgraph.fileslice with parameters of type PathSlice Constructor Description PathSlice(PathSlice parentSlice, long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler)
Constructor for treating a range of a file as a slice.
-