Registry / utility / jarchivelib

jarchivelib

JSON →
library1.2.0javamavenunverified

A simple library that provides an easy-to-use API for archiving and compressing files, wrapping Apache Commons Compress.

<dependency> <groupId>org.rauschig</groupId> <artifactId>jarchivelib</artifactId> <version>1.2.0</version> </dependency>
INSTALL
IMPORT
SIG · JARCHIVELIB
J
jarchivelib
utilityjavav1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Archiver
org.rauschig.jarchivelib.Archiver

Create a compressed tar archive

import org.rauschig.jarchivelib.Archiver; import org.rauschig.jarchivelib.ArchiverFactory; import java.io.File; Archiver archiver = ArchiverFactory.createArchiver("tar", "gz"); archiver.create(new File("output.tar.gz"), new File("/path/to/dir"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources