@Immutable public final class ZipDriverService extends FsDriverService
| URI Schemes / Archive File Suffixes | File System Driver Class |
|---|---|
ear, jar, war |
JarDriver |
exe |
ReadOnlySfxDriver |
odt, ott, odg, otg, odp, otp, ods, ots, odc, otc, odi, oti, odf, otf, odm, oth, odb |
OdfDriver |
zip |
ZipDriver |
Note that the regular expression is actually decomposed into separate
FsScheme objects which get mapped individually.
| Constructor and Description |
|---|
ZipDriverService() |
public Map<FsScheme,FsDriver> get()
FsDriverProvidernull
and subsequent calls must return the same map.Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.