Uses of Interface
org.apache.commons.compress.archivers.ArchiveStreamProvider
Package
Description
Provides a unified API and factories for dealing with archives in different formats.
-
Uses of ArchiveStreamProvider in org.apache.commons.compress.archivers
Modifier and TypeClassDescriptionclass
Factory to create Archive[In|Out]putStreams from names or the first bytes of the InputStream.Modifier and TypeMethodDescriptionstatic SortedMap<String,
ArchiveStreamProvider> ArchiveStreamFactory.findAvailableArchiveInputStreamProviders()
Constructs a new sorted map from input stream provider names to provider objects.static SortedMap<String,
ArchiveStreamProvider> ArchiveStreamFactory.findAvailableArchiveOutputStreamProviders()
Constructs a new sorted map from output stream provider names to provider objects.ArchiveStreamFactory.getArchiveInputStreamProviders()
ArchiveStreamFactory.getArchiveOutputStreamProviders()