Uses of Interface
org.miaixz.bus.extra.compress.archiver.Archiver
Packages that use Archiver
Package
Description
A wrapper for compression and decompression based on commons-compress.
Packaging (compression) wrapper based on commons-compress.
-
Uses of Archiver in org.miaixz.bus.extra.compress
Methods in org.miaixz.bus.extra.compress that return ArchiverModifier and TypeMethodDescriptionstatic ArchiverCompressBuilder.createArchiver(Charset charset, String archiverName, File file) Creates an archiver.static ArchiverCompressBuilder.createArchiver(Charset charset, String archiverName, OutputStream out) Creates an archiver. -
Uses of Archiver in org.miaixz.bus.extra.compress.archiver
Classes in org.miaixz.bus.extra.compress.archiver that implement ArchiverModifier and TypeClassDescriptionclass7zip format archiver wrapper.classData archiver wrapper, which archives several files or directories into a compressed package.Methods in org.miaixz.bus.extra.compress.archiver that return ArchiverModifier and TypeMethodDescriptiondefault ArchiverAdds a file or directory to the archive.Archiver.add(File file, String path, Function<String, String> fileNameEditor, Predicate<File> filter) Adds a file or directory to the archive package.default ArchiverAdds a file or directory to the archive package.default ArchiverAdds a file or directory to the archive.Archiver.finish()Finishes archiving the added files.