net.y3n20u.aeszip
クラス AesZipRecursiveEncrypter
java.lang.Object
net.y3n20u.aeszip.AesZipEncrypter
net.y3n20u.aeszip.AesZipRecursiveEncrypter
public class AesZipRecursiveEncrypter
- extends AesZipEncrypter
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AesZipRecursiveEncrypter
public AesZipRecursiveEncrypter(File source,
String password)
- Constructs this object without its destination.
AesZipRecursiveEncrypter
public AesZipRecursiveEncrypter(File source,
String password,
OutputStream destination)
- Constructs this object with its destination stream.
- パラメータ:
destination
-
AesZipRecursiveEncrypter
public AesZipRecursiveEncrypter(File source,
String password,
File destination)
- Constructs this object with its destination file.
- パラメータ:
destination
-
setFileFilter
public void setFileFilter(FileFilter fileter)
archive
public void archive()
throws IOException
- オーバーライド:
- クラス
AesZipEncrypter
内の archive
- 例外:
IOException