org.infolayer.connection.table
Class TableBinary

java.lang.Object
  extended byorg.infolayer.connection.table.TableBinary
All Implemented Interfaces:
Binary

public class TableBinary
extends java.lang.Object
implements Binary


Field Summary
 
Fields inherited from interface org.infolayer.model.Binary
NULL
 
Method Summary
 boolean equals(java.lang.Object o)
           
 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
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isOwnedBy

public boolean isOwnedBy(UmlObject object,
                         UmlProperty property)
Description copied from interface: Binary
Allows detection of 'self-assignments'

Specified by:
isOwnedBy in interface Binary

getInputStream

public java.io.InputStream getInputStream()
Specified by:
getInputStream in interface Binary

length

public long length()
Specified by:
length in interface Binary

getSize

public int[] getSize()
Description copied from interface: Binary
TODO: Move this away, it does not belong here! For image data, this method can be used to determine the size in an JDK 1.4 environment

Specified by:
getSize in interface Binary

equals

public boolean equals(java.lang.Object o)