abstract static class OleUtil.ContentImpl extends java.lang.Object implements OleBlob.Content, java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
protected OleUtil.OleBlobImpl |
_blob |
| Modifier | Constructor and Description |
|---|---|
protected |
ContentImpl(OleUtil.OleBlobImpl blob) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OleUtil.OleBlobImpl |
getBlob()
Returns the blob which owns this content.
|
protected byte[] |
getBytes() |
protected org.apache.commons.lang.builder.ToStringBuilder |
toString(org.apache.commons.lang.builder.ToStringBuilder sb) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeprotected final OleUtil.OleBlobImpl _blob
protected ContentImpl(OleUtil.OleBlobImpl blob)
public OleUtil.OleBlobImpl getBlob()
OleBlob.ContentgetBlob in interface OleBlob.Contentprotected byte[] getBytes()
throws java.io.IOException
java.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableprotected org.apache.commons.lang.builder.ToStringBuilder toString(org.apache.commons.lang.builder.ToStringBuilder sb)