package extractor
Type Members
- 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
orUpdater
, 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.