ConstThe filesystem API copies the entries of an imported zip file verbatim, forwarding the encryption metadata of each source entry to the Writer. Data which has been decrypted but not decompressed would be written under that metadata, i.e. an archive whose entries are marked encrypted over content which is not, so the value is refused rather than accepted and mishandled. Use FileEntry#getData and ZipWriter#add directly to decrypt an entry without decompressing it.
Unsupported passThrough value error (thrown by ZipDirectoryEntry#importZip and by
{@link ZipDirectoryEntry}#export*()when the ZipReaderOptions#passThrough option is set to"compressed")