net.y3n20u.aeszip
クラス AesZipEncrypter

java.lang.Object
  上位を拡張 net.y3n20u.aeszip.AesZipEncrypter
直系の既知のサブクラス:
AesZipRecursiveEncrypter

public class AesZipEncrypter
extends Object


フィールドの概要
protected static String MESSAGE_INVALID_DESTINATION
           
static int METHOD_DEFAULT
           
 
コンストラクタの概要
AesZipEncrypter(File destination)
           
AesZipEncrypter(OutputStream destination)
           
 
メソッドの概要
 void add(String name, File source, String password)
           
 void archive()
           
 Charset getPasswordCharset()
           
protected  void init(OutputStream destination)
           
protected  boolean isAlreadyUsed()
           
 void setPasswordCharset(Charset passwordCharset)
           
 void setProgressListener(ArchiveProgressListener progressListener)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MESSAGE_INVALID_DESTINATION

protected static final String MESSAGE_INVALID_DESTINATION
関連項目:
定数フィールド値

METHOD_DEFAULT

public static int METHOD_DEFAULT
コンストラクタの詳細

AesZipEncrypter

public AesZipEncrypter(OutputStream destination)

AesZipEncrypter

public AesZipEncrypter(File destination)
メソッドの詳細

init

protected void init(OutputStream destination)

setProgressListener

public void setProgressListener(ArchiveProgressListener progressListener)

isAlreadyUsed

protected boolean isAlreadyUsed()

setPasswordCharset

public void setPasswordCharset(Charset passwordCharset)

getPasswordCharset

public Charset getPasswordCharset()

add

public void add(String name,
                File source,
                String password)

archive

public void archive()
             throws IOException
例外:
IOException