| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Class and Description |
|---|---|
private static class |
CompoundOleUtil.CompoundContentImpl |
(package private) static class |
OleUtil.EmbeddedContentImpl |
(package private) static class |
OleUtil.EmbeddedPackageContentImpl |
private static class |
OleUtil.LinkContentImpl |
private static class |
OleUtil.OtherContentImpl |
private static class |
OleUtil.SimplePackageContentImpl |
private static class |
OleUtil.UnknownContentImpl |
| Modifier and Type | Field and Description |
|---|---|
private OleUtil.ContentImpl |
OleUtil.OleBlobImpl._content |
| Modifier and Type | Method and Description |
|---|---|
OleUtil.ContentImpl |
OleUtil.CompoundPackageFactory.createCompoundPackageContent(OleUtil.OleBlobImpl blob,
java.lang.String prettyName,
java.lang.String className,
java.lang.String typeName,
java.nio.ByteBuffer blobBb,
int dataBlockLen) |
OleUtil.ContentImpl |
CompoundOleUtil.createCompoundPackageContent(OleUtil.OleBlobImpl blob,
java.lang.String prettyName,
java.lang.String className,
java.lang.String typeName,
java.nio.ByteBuffer blobBb,
int dataBlockLen)
Creates a nes CompoundContent for the given blob information.
|
private static OleUtil.ContentImpl |
OleUtil.createSimplePackageContent(OleUtil.OleBlobImpl blob,
java.lang.String prettyName,
java.lang.String className,
java.lang.String typeName,
java.nio.ByteBuffer blobBb,
int dataBlockLen) |
private static OleUtil.ContentImpl |
OleUtil.parseContent(OleUtil.OleBlobImpl blob)
creates the appropriate ContentImpl for the given blob.
|