public class CompoundOleUtil extends Object
Note that all POI usage is restricted to this file so that the basic ole support in OleUtil can be utilized without requiring POI.
| 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–2025 OpenHMS. All rights reserved.