Uses of Class
nonapi.io.github.classgraph.fileslice.FileSlice
-
Packages that use FileSlice Package Description nonapi.io.github.classgraph.fastzipfilereader nonapi.io.github.classgraph.fileslice -
-
Uses of FileSlice in nonapi.io.github.classgraph.fastzipfilereader
Methods in nonapi.io.github.classgraph.fastzipfilereader that return FileSlice Modifier and Type Method Description private FileSlice
NestedJarHandler. spillToDisk(java.io.InputStream inputStream, java.lang.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 FileSlice Constructor Description FileSlice(FileSlice parentSlice, long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler)
Constructor for treating a range of a file as a slice.
-