Interface OleBlob.EmbeddedContent
-
- All Superinterfaces:
OleBlob.Content
- All Known Subinterfaces:
OleBlob.CompoundContent,OleBlob.CompoundContent.Entry,OleBlob.OtherContent,OleBlob.SimplePackageContent
- Enclosing interface:
- OleBlob
public static interface OleBlob.EmbeddedContent extends OleBlob.Content
Intermediate sub-interface for Content which has embedded content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetStream()longlength()voidwriteTo(OutputStream out)-
Methods inherited from interface com.healthmarketscience.jackcess.util.OleBlob.Content
getBlob, getType
-
-
-
-
Method Detail
-
length
long length()
-
getStream
InputStream getStream() throws IOException
- Throws:
IOException
-
writeTo
void writeTo(OutputStream out) throws IOException
- Throws:
IOException
-
-