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 TypeClassDescriptionclassFactory to create Archive[In|Out]putStreams from names or the first bytes of the InputStream.Fields in org.apache.commons.compress.archivers with type parameters of type ArchiveStreamProviderModifier and TypeFieldDescriptionprivate SortedMap<String,ArchiveStreamProvider> ArchiveStreamFactory.archiveInputStreamProvidersprivate SortedMap<String,ArchiveStreamProvider> ArchiveStreamFactory.archiveOutputStreamProvidersMethods in org.apache.commons.compress.archivers that return types with arguments of type ArchiveStreamProviderModifier and TypeMethodDescriptionprivate static ArrayList<ArchiveStreamProvider>ArchiveStreamFactory.findArchiveStreamProviders()static 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()private static Iterator<ArchiveStreamProvider>ArchiveStreamFactory.serviceLoaderIterator()Methods in org.apache.commons.compress.archivers with parameters of type ArchiveStreamProviderModifier and TypeMethodDescription(package private) static voidArchiveStreamFactory.putAll(Set<String> names, ArchiveStreamProvider provider, TreeMap<String, ArchiveStreamProvider> map) Method parameters in org.apache.commons.compress.archivers with type arguments of type ArchiveStreamProviderModifier and TypeMethodDescription(package private) static voidArchiveStreamFactory.putAll(Set<String> names, ArchiveStreamProvider provider, TreeMap<String, ArchiveStreamProvider> map)