|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.xmerge.EmbeddedObject
writer2latex.xmerge.EmbeddedBinaryObject
public class EmbeddedBinaryObject
This class represents embedded object's in an OpenOffice.org document that have a binary representation.
Field Summary | |
---|---|
protected byte[] |
objData
The object's binary representation. |
Fields inherited from class writer2latex.xmerge.EmbeddedObject |
---|
hasChanged, objName, objType, zipFile |
Constructor Summary | |
---|---|
EmbeddedBinaryObject(java.lang.String name,
java.lang.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. |
Methods inherited from class writer2latex.xmerge.EmbeddedObject |
---|
getName, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte[] objData
Constructor Detail |
---|
public EmbeddedBinaryObject(java.lang.String name, java.lang.String type)
name
- The name of the object.type
- The mime-type of the object. See the class summary.Method Detail |
---|
public byte[] getBinaryData()
byte
array containing the object's data.public void setBinaryData(byte[] data)
data
- A byte
array containing data for the object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |