public interface UnstructuredData
| Modifier and Type | Method and Description |
|---|---|
void |
encrypt(com.pkware.archive.zip.ZipArchiveOutput value,
EncryptionSpec spec) |
com.pkware.archive.PKSession |
getSession() |
com.pkware.archive.zip.ZipFile |
newZipFile(File file) |
com.pkware.archive.zip.ZipArchiveOutputFile |
newZipOutputFile(String name) |
com.pkware.archive.zip.ZipArchiveOutputStream |
newZipOutputStream(OutputStream stream) |
@Nonnull com.pkware.archive.zip.ZipFile newZipFile(File file) throws IOException
IOException@Nonnull com.pkware.archive.zip.ZipArchiveOutputFile newZipOutputFile(String name) throws IOException
IOException@Nonnull com.pkware.archive.zip.ZipArchiveOutputStream newZipOutputStream(OutputStream stream) throws com.pkware.archive.ArchiveException
com.pkware.archive.ArchiveExceptionvoid encrypt(com.pkware.archive.zip.ZipArchiveOutput value,
EncryptionSpec spec)
@Nonnull com.pkware.archive.PKSession getSession() throws com.pkware.archive.ArchiveException
com.pkware.archive.ArchiveException