de.schlichtherle.truezip.fs.archive.zip.raes
Class ZipRaesDriverProvider
java.lang.Object
de.schlichtherle.truezip.fs.spi.FsDriverProvider
de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriverProvider
- All Implemented Interfaces:
- FsDriverService
@Immutable
public final class ZipRaesDriverProvider
- extends FsDriverProvider
An immutable container of a driver for the RAES encrypted ZIP file format.
When used with the service locator class FsDriverLocator, this
service provider class will register the following URI schemes for use with
the TrueZIP Kernel module and the following canonical archive file suffixes
for automatic detection by the TrueZIP File* module:
| URI Schemes |
Canonical Archive File Suffixes |
tzp | zip.rae | zip.raes |
.tzp | .zip.rae | .zip.raes |
- Author:
- Christian Schlichtherle
DRIVERS
private static final Map<FsScheme,FsDriver> DRIVERS
ZipRaesDriverProvider
public ZipRaesDriverProvider()
getDrivers
public Map<FsScheme,FsDriver> getDrivers()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.