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 UnstructuredData
IOException
@Nonnull public com.pkware.archive.zip.ZipArchiveOutputFile newZipOutputFile(String name) throws IOException
newZipOutputFile
in interface UnstructuredData
IOException
@Nonnull public com.pkware.archive.zip.ZipArchiveOutputStream newZipOutputStream(OutputStream stream) throws com.pkware.archive.ArchiveException
newZipOutputStream
in interface UnstructuredData
com.pkware.archive.ArchiveException
public 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 UnstructuredData
com.pkware.archive.ArchiveException