Example usage for org.apache.commons.compress.archivers ArchiveEntry interface-usage

List of usage examples for org.apache.commons.compress.archivers ArchiveEntry interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.compress.archivers ArchiveEntry interface-usage.

Usage

From source file de.fanero.uncompress.stream.EmtpyArchiveEntry.java

/**
 * @author Robert Khne
 */
public class EmtpyArchiveEntry implements ArchiveEntry {

    private static EmtpyArchiveEntry INSTANCE = new EmtpyArchiveEntry();

From source file srebrinb.compress.sevenzip.SevenZArchiveEntry.java

/**
 * An entry in a 7z archive.
 * 
 * @NotThreadSafe
 * @since 1.6
 */

From source file bobs.is.compress.sevenzip.SevenZArchiveEntry.java

/**
 * An entry in a 7z archive.
 * 
 * @NotThreadSafe
 * @since 1.6
 */