writer2latex.xmerge
public class EmbeddedBinaryObject extends EmbeddedObject
| Field Summary | |
|---|---|
| protected byte[] | objData The object's binary representation. |
| Constructor Summary | |
|---|---|
| EmbeddedBinaryObject(String name, String type)
Constructor for an embedded object stored using an XML representation.
| |
| Method Summary | |
|---|---|
| byte[] | getBinaryData()
This method returns the data for this object.
|
| void | setBinaryData(byte[] data)
Sets the data for this object.
|
Parameters: name The name of the object. type The mime-type of the object. See the class summary.
Returns: A byte array containing the object's data.
Parameters: data A byte array containing data for the object.