public class ObjectData
extends java.lang.Object
Constructor and Description |
---|
ObjectData(ExOleObjStg storage)
Creates the object data wrapping the record that contains the object data.
|
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.