Example usage for java.util.zip ZipConstants interface-usage

List of usage examples for java.util.zip ZipConstants interface-usage

Introduction

In this page you can find the example usage for java.util.zip ZipConstants interface-usage.

Usage

From source file org.jahia.utils.zip.ZipInputStream.java

/**
 * This class implements an input stream filter for reading files in the
 * ZIP file format. Includes support for both compressed and uncompressed
 * entries.
 *
 * @author   David Connelly

From source file org.jahia.utils.zip.legacy.ZipInputStream.java

/**
 * This class implements an input stream filter for reading files in the
 * ZIP file format. Includes support for both compressed and uncompressed
 * entries.
 *
 * @author   David Connelly