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 FileSliceNestedJarHandler.spillToDisk(InputStream inputStream, String tempFileBaseName, byte[] buf, byte[] overflowBuf, LogNode log) Spill anInputStreamto 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 FileSliceModifierConstructorDescriptionprivateFileSlice(FileSlice parentSlice, long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler) Constructor for treating a range of a file as a slice.