Uses of Class
xyz.apollosoftware.bibliothiki.compression.ArchiveInputStream
Packages that use ArchiveInputStream
Package
Description
compression (bibliothiki)
Support for the (T)ape (AR)chive
(TAR) file format.
Support for the ZIP
file format.
-
Uses of ArchiveInputStream in xyz.apollosoftware.bibliothiki.compression
Methods in xyz.apollosoftware.bibliothiki.compression that return ArchiveInputStreamModifier and TypeMethodDescriptionstatic @NonNull ArchiveInputStreamArchiveInputStream.detect(@NonNull InputStream stream) Automatically detects the archive format (and therefore theArchiveInputStreamimplementation) to use for the given stream. -
Uses of ArchiveInputStream in xyz.apollosoftware.bibliothiki.compression.formats.tar
Subclasses of ArchiveInputStream in xyz.apollosoftware.bibliothiki.compression.formats.tarModifier and TypeClassDescriptionclassSupport for reading (T)ape (AR)chive (TAR) files. -
Uses of ArchiveInputStream in xyz.apollosoftware.bibliothiki.compression.formats.zip
Subclasses of ArchiveInputStream in xyz.apollosoftware.bibliothiki.compression.formats.zipModifier and TypeClassDescriptionclassAn adapter for the built-injava.util.zipcapability.