Java org.apache.commons.compress.archivers ArchiveStreamProvider fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.archivers ArchiveStreamProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.archivers ArchiveStreamProvider.

The text is from its open source code.

Implementation

org.apache.commons.compress.archivers.ArchiveStreamProvider has the following implementations.
Click this link to see all its implementation.

Method

ArchiveInputStreamcreateArchiveInputStream(final String name, final InputStream in, final String encoding)
Creates an archive input stream from an archiver name and an input stream.
ArchiveOutputStreamcreateArchiveOutputStream(final String name, final OutputStream out, final String encoding)
Creates an archive output stream from an archiver name and an output stream.
SetgetInputStreamArchiveNames()
Gets all the input stream archive names for this provider
SetgetOutputStreamArchiveNames()
Gets all the output stream archive names for this provider