Uses of Class
nonapi.io.github.classgraph.fileslice.Slice
Packages that use Slice
Package
Description
-
Uses of Slice in nonapi.io.github.classgraph.fastzipfilereader
Fields in nonapi.io.github.classgraph.fastzipfilereader declared as SliceModifier and TypeFieldDescriptionprivate SliceFastZipEntry.sliceTheSlicefor the zip entry's raw data (which can be either stored or deflated).(package private) SlicePhysicalZipFile.sliceTheSlicefor the zipfile.ZipFileSlice.sliceTheSlicecontaining the zipfile.Fields in nonapi.io.github.classgraph.fastzipfilereader with type parameters of type SliceModifier and TypeFieldDescriptionNestedJarHandler.openSlicesFileSliceinstances that are currently open.Methods in nonapi.io.github.classgraph.fastzipfilereader that return SliceModifier and TypeMethodDescriptionFastZipEntry.getSlice()Lazily get zip entry slice -- this is deferred until zip entry data needs to be read, in order to avoid randomly seeking within zipfile for every entry as the central directory is read.NestedJarHandler.readAllBytesWithSpilloverToDisk(InputStream inputStream, String tempFileBaseName, long inputStreamLengthHint, LogNode log) Read all the bytes in anInputStream, with spillover to a temporary file on disk if a maximum buffer size is exceeded.Methods in nonapi.io.github.classgraph.fastzipfilereader with parameters of type SliceModifier and TypeMethodDescriptionvoidNestedJarHandler.markSliceAsClosed(Slice slice) Mark aSliceas closed.voidNestedJarHandler.markSliceAsOpen(Slice slice) Mark aSliceas open, so it can be closed when theScanResultis closed. -
Uses of Slice in nonapi.io.github.classgraph.fileslice
Subclasses of Slice in nonapi.io.github.classgraph.filesliceModifier and TypeClassDescriptionclassA byte array slice.classAFileslice.classAPathslice.Fields in nonapi.io.github.classgraph.fileslice declared as SliceMethods in nonapi.io.github.classgraph.fileslice that return SliceModifier and TypeMethodDescriptionArraySlice.slice(long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint) Slice this slice to form a sub-slice.FileSlice.slice(long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint) Slice the file.PathSlice.slice(long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint) Slice the file.abstract SliceSlice.slice(long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint) Constructors in nonapi.io.github.classgraph.fileslice with parameters of type SliceModifierConstructorDescriptionprotectedSlice(Slice parentSlice, long offset, long length, boolean isDeflatedZipEntry, long inflatedLengthHint, NestedJarHandler nestedJarHandler) Constructor for treating a range of a slice as a sub-slice. -
Uses of Slice in nonapi.io.github.classgraph.fileslice.reader
Constructors in nonapi.io.github.classgraph.fileslice.reader with parameters of type SliceModifierConstructorDescriptionClassfileReader(Slice slice, Resource resourceToClose) Constructor.