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

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

Introduction

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

Usage

From source file org.apache.tika.parser.pkg.TikaArchiveStreamFactory.java

/**
 * This is a temporary copy/paste hack from commons-compress for Tika 1.15
 * that 1) allows detection without initialization of a stream and
 * 2) prevents easily preventable OOM on three file formats.
 *
 * Once commons-compress 1.14 is released, we will delete this class