Ontimize Document Management 0.035EN

com.ontimize.dms.warehouse
Interface IDataBlock

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ODMSDataBlock

public interface IDataBlock
extends java.io.Serializable


Method Summary
 byte[] getData()
           
 java.lang.String getPath()
           
 int getSize()
           
 boolean isEmpty()
           
 boolean isLast()
           
 boolean isNull()
           
 

Method Detail

isNull

boolean isNull()

isEmpty

boolean isEmpty()

isLast

boolean isLast()

getData

byte[] getData()

getSize

int getSize()

getPath

java.lang.String getPath()

Ontimize Document Management