Package org.apache.commons.compress.archivers.examples
Contains example code that is not guaranteed to provide a stable API across releases of Commons Compress.
-
Interface Summary Interface Description CloseableConsumer Callback that is informed about a closable resource that has been wrapped around a passed in stream or channel by Expander or Archiver when Expander or Archiver no longer need them.Expander.ArchiveEntryBiConsumer<T extends ArchiveEntry> Expander.ArchiveEntrySupplier<T extends ArchiveEntry> -
Class Summary Class Description Archiver Provides a high level API for creating archives.Archiver.ArchiverFileVisitor<O extends ArchiveOutputStream<E>,E extends ArchiveEntry> CloseableConsumerAdapter Expander Provides a high level API for expanding archives.