org.infolayer.model
Interface Binary

All Known Implementing Classes:
BinaryImpl, ByteArrayBinary, TableBinary

public interface Binary


Field Summary
static int NULL
           
 
Method Summary
 java.io.InputStream getInputStream()
           
 int[] getSize()
          TODO: Move this away, it does not belong here!
 boolean isOwnedBy(UmlObject object, UmlProperty part)
          Allows detection of 'self-assignments'
 long length()
           
 

Field Detail

NULL

public static final int NULL
See Also:
Constant Field Values
Method Detail

isOwnedBy

public boolean isOwnedBy(UmlObject object,
                         UmlProperty part)
Allows detection of 'self-assignments'


getInputStream

public java.io.InputStream getInputStream()

length

public long length()

getSize

public int[] getSize()
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