| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util |
| Modifier and Type | Class and Description |
|---|---|
private static class |
CompoundOleUtil.CompoundContentImpl |
private class |
CompoundOleUtil.CompoundContentImpl.EntryImpl |
(package private) static class |
OleUtil.ContentImpl |
(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 | Method and Description |
|---|---|
OleBlob.Content |
OleUtil.OleBlobImpl.getContent() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OleBlob.CompoundContent
Sub-interface for Content which has the
OleBlob.ContentType.COMPOUND_STORAGE type. |
static interface |
OleBlob.CompoundContent.Entry
A document entry in the compound storage.
|
static interface |
OleBlob.EmbeddedContent
Intermediate sub-interface for Content which has embedded content.
|
static interface |
OleBlob.LinkContent
Sub-interface for Content which has the
OleBlob.ContentType.LINK type. |
static interface |
OleBlob.OtherContent
Sub-interface for Content which has the
OleBlob.ContentType.OTHER type. |
static interface |
OleBlob.PackageContent
Intermediate sub-interface for Content which has a nested package.
|
static interface |
OleBlob.SimplePackageContent
Sub-interface for Content which has the
OleBlob.ContentType.SIMPLE_PACKAGE type. |
| Modifier and Type | Method and Description |
|---|---|
OleBlob.Content |
OleBlob.getContent()
Returns the decoded form of the blob contents, if understandable.
|