public class ObjectData extends 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 |
---|---|
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 InputStream getData()
public void setData(byte[] data) throws IOException
data
- the embedded data.IOException
public ExOleObjStg getExOleObjStg()
Copyright © 2020. All rights reserved.