Uses of Interface
kala.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 kala.compress.archivers
Classes in kala.compress.archivers that implement ArchiveStreamProviderModifier and TypeClassDescriptionclassCreates an Archive[In|Out]putStreams from names or the first bytes of the InputStream.Fields in kala.compress.archivers with type parameters of type ArchiveStreamProviderModifier and TypeFieldDescriptionprivate final SortedMap<String, ArchiveStreamProvider> ArchiveStreamFactory.archiveInputStreamProvidersprivate final SortedMap<String, ArchiveStreamProvider> ArchiveStreamFactory.archiveOutputStreamProvidersMethods in kala.compress.archivers that return types with arguments of type ArchiveStreamProviderModifier and TypeMethodDescriptionArchiveStreamFactory.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.Method parameters in kala.compress.archivers with type arguments of type ArchiveStreamProviderModifier and TypeMethodDescriptionArchiveStreamFactory.withProviders(Iterable<? extends ArchiveStreamProvider> providers)