Uses of Interface
org.apache.commons.compress.archivers.ArchiveStreamProvider
Packages that use 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
Classes in org.apache.commons.compress.archivers that implement ArchiveStreamProviderModifier and TypeClassDescriptionclass
Creates an Archive[In|Out]putStreams from names or the first bytes of the InputStream.Methods in org.apache.commons.compress.archivers that return types with arguments of type ArchiveStreamProviderModifier 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()
Gets an unmodifiable sorted map from input stream provider names to provider objects.ArchiveStreamFactory.getArchiveOutputStreamProviders()
Gets an unmodifiable sorted map from output stream provider names to provider objects.