Uses of Class
nonapi.io.github.classgraph.fileslice.FileSlice
Packages that use FileSlice
Package
Description
-
Uses of FileSlice in nonapi.io.github.classgraph.fastzipfilereader
Methods in nonapi.io.github.classgraph.fastzipfilereader that return FileSliceModifier and TypeMethodDescriptionprivate FileSlice
NestedJarHandler.spillToDisk
(InputStream inputStream, String tempFileBaseName, byte[] buf, byte[] overflowBuf, LogNode log) Spill anInputStream
to disk if the stream is too large to fit in RAM. -
Uses of FileSlice in nonapi.io.github.classgraph.fileslice
Constructors in nonapi.io.github.classgraph.fileslice with parameters of type FileSliceModifierConstructorDescriptionprivate
FileSlice
(FileSlice parentSlice, long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler) Constructor for treating a range of a file as a slice.