Uses of Interface
com.healthmarketscience.jackcess.util.OleBlob.Content
-
Packages that use OleBlob.Content Package Description com.healthmarketscience.jackcess.util -
-
Uses of OleBlob.Content in com.healthmarketscience.jackcess.util
Subinterfaces of OleBlob.Content in com.healthmarketscience.jackcess.util Modifier and Type Interface Description static interfaceOleBlob.CompoundContentSub-interface for Content which has theOleBlob.ContentType.COMPOUND_STORAGEtype.static interfaceOleBlob.CompoundContent.EntryA document entry in the compound storage.static interfaceOleBlob.EmbeddedContentIntermediate sub-interface for Content which has embedded content.static interfaceOleBlob.LinkContentSub-interface for Content which has theOleBlob.ContentType.LINKtype.static interfaceOleBlob.OtherContentSub-interface for Content which has theOleBlob.ContentType.OTHERtype.static interfaceOleBlob.PackageContentIntermediate sub-interface for Content which has a nested package.static interfaceOleBlob.SimplePackageContentSub-interface for Content which has theOleBlob.ContentType.SIMPLE_PACKAGEtype.Methods in com.healthmarketscience.jackcess.util that return OleBlob.Content Modifier and Type Method Description OleBlob.ContentOleBlob. getContent()Returns the decoded form of the blob contents, if understandable.
-