com.healthmarketscience.jackcess.util
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.
length
long length()
getStream
InputStream getStream()
throws IOException
- Throws:
IOException
writeTo
void writeTo(OutputStream out)
throws IOException
- Throws:
IOException
Copyright © 2005-2017 Health Market Science. All Rights Reserved.