All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download truezip-kernel JAR file with all dependencies


truezip-file from group de.schlichtherle.truezip (version 7.7.10)

This module provides the TFile* classes for simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. This module also provides Swing GUI classes for viewing file trees and choosing entries in archive files.

Group: de.schlichtherle.truezip Artifact: truezip-file
Show documentation Show source 
Download truezip-file.jar (7.7.10)
 

17 downloads
Artifact truezip-file
Group de.schlichtherle.truezip
Version 7.7.10


truezip from group de.schlichtherle (version 6.8.4)

TrueZIP is a Java based Virtual File System (VFS) to enable transparent, multi-threaded read/write access to archive files (ZIP, TAR etc.) as if they were directories. Archive files may be arbitrarily nested and the nesting level is only limited by heap and file system size.

Group: de.schlichtherle Artifact: truezip
Show documentation Show source 
Download truezip.jar (6.8.4)
 

8 downloads
Artifact truezip
Group de.schlichtherle
Version 6.8.4


truezip-driver-zip from group de.schlichtherle.truezip (version 7.7.9)

The file system driver family for ZIP and related archive file types. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-driver-zip
Show documentation Show source 
Download truezip-driver-zip.jar (7.7.9)
 

8 downloads
Artifact truezip-driver-zip
Group de.schlichtherle.truezip
Version 7.7.9


truezip-samples from group de.schlichtherle.truezip (version 7.7.10)

Sample applications to demonstrate the usage of various TrueZIP module APIs. Some of these samples use rather advanced or exotic features which makes them more complex than necessary for a typical application. By design, the sample applications use all file system drivers which can be located at runtime. Location of the available file system drivers is performed by scanning the class path - see the Javaodoc for the TrueZIP Kernel class de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.

Group: de.schlichtherle.truezip Artifact: truezip-samples
Show documentation Show source 
Download truezip-samples.jar (7.7.10)
 

7 downloads
Artifact truezip-samples
Group de.schlichtherle.truezip
Version 7.7.10


truezip-extension-pace from group de.schlichtherle.truezip (version 7.7.10)

This module constrains the number of mounted archive files in order to save some heap space. It provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-extension-pace
Show documentation Show source 
Download truezip-extension-pace.jar (7.7.10)
 

4 downloads


truezip-driver-zip from group de.schlichtherle.truezip (version 7.7.10)

The file system driver family for ZIP and related archive file types. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-driver-zip
Show documentation Show source 
Download truezip-driver-zip.jar (7.7.10)
 

3 downloads
Artifact truezip-driver-zip
Group de.schlichtherle.truezip
Version 7.7.10


truezip-samples from group de.schlichtherle.truezip (version 7.7.9)

Sample applications to demonstrate the usage of various TrueZIP module APIs. Some of these samples use rather advanced or exotic features which makes them more complex than necessary for a typical application. By design, the sample applications use all file system drivers which can be located at runtime. Location of the available file system drivers is performed by scanning the class path - see the Javaodoc for the TrueZIP Kernel class de.schlichtherle.truezip.fs.sl.FsDriverLocator for more information.

Group: de.schlichtherle.truezip Artifact: truezip-samples
Show documentation Show source 
Download truezip-samples.jar (7.7.9)
 

3 downloads
Artifact truezip-samples
Group de.schlichtherle.truezip
Version 7.7.9


truezip-driver-file from group de.schlichtherle.truezip (version 7.7.10)

The file system driver family for the FILE scheme. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-driver-file
Show documentation Show source 
Download truezip-driver-file.jar (7.7.10)
 

2 downloads
Artifact truezip-driver-file
Group de.schlichtherle.truezip
Version 7.7.10


truezip-extension-pace from group de.schlichtherle.truezip (version 7.7.9)

This module constrains the number of mounted archive files in order to save some heap space. It provides a JMX interface for monitoring and management. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-extension-pace
Show documentation Show source 
Download truezip-extension-pace.jar (7.7.9)
 

2 downloads


truezip-driver-tar from group de.schlichtherle.truezip (version 7.7.10)

The file system driver family for TAR and related archive file types. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-driver-tar
Show documentation Show source 
Download truezip-driver-tar.jar (7.7.10)
 

2 downloads
Artifact truezip-driver-tar
Group de.schlichtherle.truezip
Version 7.7.10


truezip-driver-tzp from group de.schlichtherle.truezip (version 7.7.10)

The file system driver family for RAES encrypted ZIP alias ZIP.RAES alias TZP files. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-driver-tzp
Show documentation Show source 
Download truezip-driver-tzp.jar (7.7.10)
 

2 downloads
Artifact truezip-driver-tzp
Group de.schlichtherle.truezip
Version 7.7.10


truezip from group de.schlichtherle.io (version 6.6)

TrueZIP 6.6

Group: de.schlichtherle.io Artifact: truezip
Show source 
Download truezip.jar (6.6)
 

2 downloads
Artifact truezip
Group de.schlichtherle.io
Version 6.6


truezip-path from group de.schlichtherle.truezip (version 7.7.10)

This module provides the TPath class for uniform, transparent, thread-safe, read/write access to archive files as if they were just plain directories in a file system path. It also provides the TFileSystemProvider class to implement a file system provider for the NIO.2 API (JSR 203) in JSE 7.

Group: de.schlichtherle.truezip Artifact: truezip-path
Show documentation Show source 
Download truezip-path.jar (7.7.10)
 

2 downloads
Artifact truezip-path
Group de.schlichtherle.truezip
Version 7.7.10


truezip-driver-tar from group de.schlichtherle.truezip (version 7.7.9)

The file system driver family for TAR and related archive file types. Add the JAR artifact of this module to the run time class path to make its file system drivers available for service location in the client API modules.

Group: de.schlichtherle.truezip Artifact: truezip-driver-tar
Show documentation Show source 
Download truezip-driver-tar.jar (7.7.9)
 

1 downloads
Artifact truezip-driver-tar
Group de.schlichtherle.truezip
Version 7.7.9


truezip-driver-file-jse7 from group de.schlichtherle.truezip (version 7.2-beta-3)

The file system driver for the FILE scheme based on the NIO.2 API for JSE 7. Add the JAR artifact of this module to the compile-time class path for dependency injection to the TrueZIP Kernel module or to the run-time class path for service location in the TrueZIP File* module.

Group: de.schlichtherle.truezip Artifact: truezip-driver-file-jse7
Show documentation Show source 
Download truezip-driver-file-jse7.jar (7.2-beta-3)
 

1 downloads
Artifact truezip-driver-file-jse7
Group de.schlichtherle.truezip
Version 7.2-beta-3




Page 1 from 3 (items total 43)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy