public final class UnstructuredDataImpl extends Object implements UnstructuredData
| Modifier and Type | Class and Description |
|---|---|
static class |
UnstructuredDataImpl.Builder |
| 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 public com.pkware.archive.zip.ZipFile newZipFile(File file) throws IOException
newZipFile in interface UnstructuredDataIOException@Nonnull public com.pkware.archive.zip.ZipArchiveOutputFile newZipOutputFile(String name) throws IOException
newZipOutputFile in interface UnstructuredDataIOException@Nonnull public com.pkware.archive.zip.ZipArchiveOutputStream newZipOutputStream(OutputStream stream) throws com.pkware.archive.ArchiveException
newZipOutputStream in interface UnstructuredDatacom.pkware.archive.ArchiveExceptionpublic void encrypt(com.pkware.archive.zip.ZipArchiveOutput value,
EncryptionSpec spec)
encrypt in interface UnstructuredData@Nonnull public com.pkware.archive.PKSession getSession() throws com.pkware.archive.ArchiveException
getSession in interface UnstructuredDatacom.pkware.archive.ArchiveException