Interface OleBlob.CompoundContent.Entry
-
- All Superinterfaces:
OleBlob.Content,OleBlob.EmbeddedContent
- Enclosing interface:
- OleBlob.CompoundContent
public static interface OleBlob.CompoundContent.Entry extends OleBlob.EmbeddedContent
A document entry in the compound storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()OleBlob.CompoundContentgetParent()Returns the CompoundContent which owns this entry.-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.Content
getBlob, getType
-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.EmbeddedContent
getStream, length, writeTo
-
-
-
-
Method Detail
-
getName
String getName()
-
getParent
OleBlob.CompoundContent getParent()
Returns the CompoundContent which owns this entry.
-
-