public class CompoundOleUtil extends Object
Constructor and Description |
---|
CompoundOleUtil() |
Modifier and Type | Method and Description |
---|---|
com.healthmarketscience.jackcess.impl.OleUtil.ContentImpl |
createCompoundPackageContent(com.healthmarketscience.jackcess.impl.OleUtil.OleBlobImpl blob,
String prettyName,
String className,
String typeName,
ByteBuffer blobBb,
int dataBlockLen)
Creates a nes CompoundContent for the given blob information.
|
static org.apache.poi.poifs.filesystem.DocumentEntry |
getDocumentEntry(String entryName,
org.apache.poi.poifs.filesystem.DirectoryEntry dir)
Gets a DocumentEntry from compound storage based on a fully qualified,
encoded entry name.
|
public com.healthmarketscience.jackcess.impl.OleUtil.ContentImpl createCompoundPackageContent(com.healthmarketscience.jackcess.impl.OleUtil.OleBlobImpl blob, String prettyName, String className, String typeName, ByteBuffer blobBb, int dataBlockLen)
public static org.apache.poi.poifs.filesystem.DocumentEntry getDocumentEntry(String entryName, org.apache.poi.poifs.filesystem.DirectoryEntry dir) throws IOException
entryName
- fully qualified, encoded entry namedir
- root directory of the compound storageFileNotFoundException
- if the entry does not existIOException
- if some other io error occursCopyright © 2005–2018. All rights reserved.