net.y3n20u.aeszip
クラス AesZipEncrypter

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

public class AesZipEncrypter
extends Object


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

フィールドの詳細

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()

setFileNameCharset

public void setFileNameCharset(Charset charset)

getFileNameCharset

protected Charset getFileNameCharset()

setCommentCharset

public void setCommentCharset(Charset charset)

getCommentCharset

protected Charset getCommentCharset()

setPasswordCharset

public void setPasswordCharset(Charset charset)

getPasswordCharset

protected Charset getPasswordCharset()

add

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

archive

public void archive()
             throws IOException
例外:
IOException