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

Download truezip-extension-jmx-jul 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

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

Download truezip-samples.jar (7.7.10)
 

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


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

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-kernel from group de.schlichtherle.truezip (version 7.7.9)

This module implements virtual file systems from arbitrary resources, manages their state and commits unsynchronized changes if required or requested. The TrueZIP Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.

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

3 downloads
Artifact truezip-kernel
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

Download truezip-driver-file.jar (7.7.10)
 

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


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

This module implements virtual file systems from arbitrary resources, manages their state and commits unsynchronized changes if required or requested. The TrueZIP Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.

Group: de.schlichtherle.truezip Artifact: truezip-kernel

Download truezip-kernel.jar (7.7.10)
 

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


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

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

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

Download truezip.jar (6.6)
 

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


truezip-kernel from group de.schlichtherle.truezip (version 7.4.3)

This module implements virtual file systems from arbitrary resources, manages their state and commits unsynchronized changes if required or requested. The TrueZIP Kernel uses file system drivers to access these resources. It provides multithreading, multiplexing, caching and buffering so that the file system drivers do not need to take care of this.

Group: de.schlichtherle.truezip Artifact: truezip-kernel

Download truezip-kernel.jar (7.4.3)
 

2 downloads
Artifact truezip-kernel
Group de.schlichtherle.truezip
Version 7.4.3


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

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




Page 1 from 3 (items total 34)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy