public class UnregisteredStoredEntry extends Object implements OdsEntry
| Constructor and Description |
|---|
UnregisteredStoredEntry(String fullPath,
long size,
long crc32) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendXMLContent(XMLUtil util,
Appendable appendable)
Write the XML format for this object.
|
ZipEntry |
asZipEntry() |
OdsEntry |
encryptParameters(EncryptParameters encryptParameters)
Wrap this entry with encrypt parameters if possible
|
boolean |
neverEncrypt() |
public UnregisteredStoredEntry(String fullPath, long size, long crc32)
public void appendXMLContent(XMLUtil util, Appendable appendable) throws IOException
XMLConvertibleappendXMLContent in interface XMLConvertibleutil - a helper objectappendable - the appendable to append data toIOException - if the style can't be addedpublic OdsEntry encryptParameters(EncryptParameters encryptParameters)
OdsEntryencryptParameters in interface OdsEntryencryptParameters - the parameters to encrypt the filepublic ZipEntry asZipEntry()
asZipEntry in interface OdsEntrypublic boolean neverEncrypt()
neverEncrypt in interface OdsEntryCopyright © 2016–2021. All rights reserved.