|
TrueZIP 6.8 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultArchiveDetector | |
|---|---|
| de.schlichtherle.io | Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. |
| de.schlichtherle.io.samples | Provides sample main classes for various archive file operation utilities (zip, unzip, encrypt, decrypt etc.). |
| Uses of DefaultArchiveDetector in de.schlichtherle.io |
|---|
| Fields in de.schlichtherle.io declared as DefaultArchiveDetector | |
|---|---|
static DefaultArchiveDetector |
ArchiveDetector.ALL
Recognizes all archive file suffixes registerd in the global registry by the configuration file(s). |
static DefaultArchiveDetector |
ArchiveDetector.DEFAULT
Recognizes the archive file suffixes defined by the key DEFAULT in the configuration file(s). |
static DefaultArchiveDetector |
ArchiveDetector.NULL
Never recognizes archive files in a path. |
| Constructors in de.schlichtherle.io with parameters of type DefaultArchiveDetector | |
|---|---|
DefaultArchiveDetector(DefaultArchiveDetector delegate,
Map config)
Creates a new DefaultArchiveDetector by
decorating the configuration of delegate with
mappings for all entries in config. |
|
DefaultArchiveDetector(DefaultArchiveDetector delegate,
Object[] config)
Creates a new DefaultArchiveDetector by
decorating the configuration of delegate with
mappings for all entries in config. |
|
DefaultArchiveDetector(DefaultArchiveDetector delegate,
String list,
ArchiveDriver driver)
Creates a new DefaultArchiveDetector by
decorating the configuration of delegate with
mappings for all canonicalized suffixes in list to
driver. |
|
| Uses of DefaultArchiveDetector in de.schlichtherle.io.samples |
|---|
| Methods in de.schlichtherle.io.samples that return DefaultArchiveDetector | |
|---|---|
protected DefaultArchiveDetector |
NZip.createDefaultArchiveDetector()
May be overridden by subclasses to create the ArchiveDetector
which shall be used as the
default archive detector while
a command is running. |
protected DefaultArchiveDetector |
NZip.createDefaultArchiveDetector(String charset)
May be overridden by subclasses to create the ArchiveDetector
which returns ArchiveDrivers
which should use the specified charset if supported. |
|
TrueZIP 6.8 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||