Uses of Interface
kala.compress.archivers.ArchiveStreamProvider
-
Packages that use ArchiveStreamProvider Package Description kala.compress.archivers 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 ArchiveStreamProvider Modifier and Type Class Description classArchiveStreamFactoryCreates an Archive[In|Out]putStreams from names or the first bytes of the InputStream.Fields in kala.compress.archivers with type parameters of type ArchiveStreamProvider Modifier and Type Field Description private java.util.SortedMap<java.lang.String,ArchiveStreamProvider>ArchiveStreamFactory. archiveInputStreamProvidersprivate java.util.SortedMap<java.lang.String,ArchiveStreamProvider>ArchiveStreamFactory. archiveOutputStreamProvidersMethods in kala.compress.archivers that return types with arguments of type ArchiveStreamProvider Modifier and Type Method Description java.util.SortedMap<java.lang.String,ArchiveStreamProvider>ArchiveStreamFactory. getArchiveInputStreamProviders()Gets an unmodifiable sorted map from input stream provider names to provider objects.java.util.SortedMap<java.lang.String,ArchiveStreamProvider>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 ArchiveStreamProvider Modifier and Type Method Description ArchiveStreamFactoryArchiveStreamFactory. withProviders(java.lang.Iterable<? extends ArchiveStreamProvider> providers)
-