public interface BinaryObject extends SchemaObject
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBytes()
Gets the byte for this binary object as an array. 
 | 
java.io.InputStream | 
getInputStream()
Gets the byte for this binary object as a stream. 
 | 
void | 
setBytes(byte[] bytes)
Sets the bytes for this binary object. 
 | 
addObjectListener, getSchema, removeObjectListener, setSchemaaddObjectListener, fireObjectUpdated, removeObjectListeneraddObjectListener, copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperties, getReferenceIDs, getType, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setNamegetProperty, getProperty, setProperties, setPropertybyte[] getBytes()
void setBytes(byte[] bytes)
bytes - the bytes to set as the contents of this object.java.io.InputStream getInputStream()