Uses of Interface
org.miaixz.bus.extra.compress.extractor.Extractor
Packages that use Extractor
Package
Description
A wrapper for compression and decompression based on commons-compress.
A wrapper for unpacking (decompressing) based on commons-compress.
-
Uses of Extractor in org.miaixz.bus.extra.compress
Methods in org.miaixz.bus.extra.compress that return ExtractorModifier and TypeMethodDescriptionstatic ExtractorCompressBuilder.createExtractor(Charset charset, File file) Creates an archive extractor.static ExtractorCompressBuilder.createExtractor(Charset charset, InputStream in) Creates an archive extractor.static ExtractorCompressBuilder.createExtractor(Charset charset, String archiverName, File file) Creates an archive extractor.static ExtractorCompressBuilder.createExtractor(Charset charset, String archiverName, InputStream in) Creates an archive extractor. -
Uses of Extractor in org.miaixz.bus.extra.compress.extractor
Classes in org.miaixz.bus.extra.compress.extractor that implement ExtractorModifier and TypeClassDescriptionclassExtractor for 7z format archives, used to unpack archived data.classData decompressor, used to extract data from an archive package.