Interface OleBlob.OtherContent
-
- All Superinterfaces:
OleBlob.Content,OleBlob.EmbeddedContent,OleBlob.PackageContent
- Enclosing interface:
- OleBlob
public static interface OleBlob.OtherContent extends OleBlob.PackageContent, OleBlob.EmbeddedContent
Sub-interface for Content which has theOleBlob.ContentType.OTHERtype. This may be a simple embedded file or some other, currently not understood complex type.
-
-
Method Summary
-
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
-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.PackageContent
getClassName, getPrettyName, getTypeName
-
-