Packages

package extractor

Type Members

  1. final class ArchiveExtractor extends Closeable

    Common archive extractor for all kinds of archive formats, it uses format auto-detection insides and provides generic access to archive entries.

    Common archive extractor for all kinds of archive formats, it uses format auto-detection insides and provides generic access to archive entries. Unlike Creator or Updater, it requires user manually closing since it leaks streams out to user through entries, and have no ideas whether user is still using the streams.

Ungrouped