net.y3n20u.aeszip
クラス AesZipEncrypter
java.lang.Object
net.y3n20u.aeszip.AesZipEncrypter
- 直系の既知のサブクラス:
- AesZipRecursiveEncrypter
public class AesZipEncrypter
- extends Object
クラス 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