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, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getParent, getProperties, getProperty, getProperty, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertybyte[] getBytes()
void setBytes(byte[] bytes)
bytes - the bytes to set as the contents of this object.java.io.InputStream getInputStream()