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

de.schlichtherle.truezip.sample.file.app.package-info Maven / Gradle / Ivy

Go to download

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.

The newest version!
/*
 * Copyright (C) 2005-2015 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
/**
 * Main classes to demonstrate the usage of the API of the TrueZIP File*
 * module.
 * 

* Provides utility applications for various archive file operations (zip, * unzip, encrypt, decrypt etc.). */ @edu.umd.cs.findbugs.annotations.DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class) package de.schlichtherle.truezip.sample.file.app;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy