net.y3n20u.aeszip
クラス AesZipRecursiveEncrypter

java.lang.Object
  上位を拡張 net.y3n20u.aeszip.AesZipEncrypter
      上位を拡張 net.y3n20u.aeszip.AesZipRecursiveEncrypter

public class AesZipRecursiveEncrypter
extends AesZipEncrypter


フィールドの概要
 
クラス net.y3n20u.aeszip.AesZipEncrypter から継承されたフィールド
METHOD_DEFAULT
 
コンストラクタの概要
AesZipRecursiveEncrypter(File source, String password)
          Constructs this object without its destination.
AesZipRecursiveEncrypter(File source, String password, File destination)
          Constructs this object with its destination file.
AesZipRecursiveEncrypter(File source, String password, OutputStream destination)
          Constructs this object with its destination stream.
 
メソッドの概要
 void archive()
           
 void setFileFilter(FileFilter fileter)
           
 
クラス net.y3n20u.aeszip.AesZipEncrypter から継承されたメソッド
add, getCommentCharset, getFileNameCharset, getPasswordCharset, init, isAlreadyUsed, setCommentCharset, setFileNameCharset, setPasswordCharset, setProgressListener
 
クラス 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