Registry / utility / truezip-driver-zip

truezip-driver-zip

JSON →
library7.7.10javamavenunverified

A file system driver for ZIP and related archive file types, enabling transparent access to archive contents as virtual filesystems.

<dependency> <groupId>de.schlichtherle.truezip</groupId> <artifactId>truezip-driver-zip</artifactId> <version>7.7.10</version> </dependency>
INSTALL
IMPORT
SIG · TRUEZIP-DRIVER-ZIP
T
truezip-driver-zip
utilityjavav7.7.10
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.

TFile
de.schlichtherle.truezip.file.TFile

Accesses a file inside a ZIP archive using TrueZIP's virtual filesystem.

import de.schlichtherle.truezip.file.TFile; TFile zipFile = new TFile("archive.zip"); TFile entry = new TFile(zipFile, "entry.txt"); System.out.println(entry.length());
Debug
Known issues
gotchaTrueZIP 7.x requires Java 6 or later; older versions may have compatibility issues with newer Java versions.
fix
Ensure you are using Java 6+ and the latest 7.7.x release.
affects: <7.7.10
Upgrade
Version history
7.7.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
truezip-driver-zip — mvn dependency:get truezip-driver-zip · libregistry