|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infolayer.model.ByteArrayBinary
Field Summary |
Fields inherited from interface org.infolayer.model.Binary |
NULL |
Constructor Summary | |
ByteArrayBinary(byte[] data)
Constructor for ByteArrayBinary. |
Method Summary | |
java.io.InputStream |
getInputStream()
|
int[] |
getSize()
TODO: Move this away, it does not belong here! |
boolean |
isOwnedBy(UmlObject object,
UmlProperty property)
Allows detection of 'self-assignments' |
long |
length()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteArrayBinary(byte[] data)
Method Detail |
public boolean isOwnedBy(UmlObject object, UmlProperty property)
Binary
isOwnedBy
in interface Binary
public long length()
length
in interface Binary
public int[] getSize()
Binary
getSize
in interface Binary
public java.io.InputStream getInputStream()
getInputStream
in interface Binary
Binary.getInputStream()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |