public class ObjectData
extends java.lang.Object
Constructor | Description |
---|---|
ObjectData(ExOleObjStg storage) |
Creates the object data wrapping the record that contains the object data.
|
Modifier and Type | Method | Description |
---|---|---|
java.io.InputStream |
getData() |
Gets an input stream which returns the binary of the embedded data.
|
ExOleObjStg |
getExOleObjStg() |
Return the record that contains the object data.
|
void |
setData(byte[] data) |
Sets the embedded data.
|
public ObjectData(ExOleObjStg storage)
storage
- the record that contains the object data.public java.io.InputStream getData()
public void setData(byte[] data) throws java.io.IOException
data
- the embedded data.java.io.IOException
public ExOleObjStg getExOleObjStg()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.