Package | Description |
---|---|
n4e.core.zip | |
n4e.core.zip.impl |
Modifier and Type | Method and Description |
---|---|
ExtZipEntry |
AesZipFileDecrypter.getEntry(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExtZipEntry> |
AesZipFileDecrypter.getEntryList()
return list of entries from zip file - the list contains files as well as non-decryptable (!)
|
Modifier and Type | Method and Description |
---|---|
void |
AesZipFileDecrypter.extractEntry(ExtZipEntry zipEntry,
java.io.File outFile,
java.lang.String password)
extract zipEntry - uses in-memory, so your file should not be too big
|
void |
AesZipFileDecrypter.extractEntry(ExtZipEntry zipEntry,
java.io.OutputStream outStream,
java.lang.String password)
extract zipEntry - uses in-memory, so your file (stream contents) should not be too big
|
void |
AesZipFileDecrypter.extractEntryWithTmpFile(ExtZipEntry zipEntry,
java.io.File outFile,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
void |
ExtZipOutputStream.putNextEntry(ExtZipEntry entry) |
Constructor and Description |
---|
ExtZipEntry(ExtZipEntry entry)
copy all "non-compression" attributes
|