Ontimize Document Management 0.035EN

com.ontimize.dms.warehouse.transfer
Class ODMSDataBlock

java.lang.Object
  extended by com.ontimize.dms.warehouse.transfer.ODMSDataBlock
All Implemented Interfaces:
IDataBlock, java.io.Serializable

public class ODMSDataBlock
extends java.lang.Object
implements IDataBlock

See Also:
Serialized Form

Field Summary
protected  java.lang.String path
           
 
Constructor Summary
ODMSDataBlock(java.lang.String path, byte[] data)
           
ODMSDataBlock(java.lang.String path, byte[] data, boolean last)
           
 
Method Summary
 byte[] getData()
           
 java.lang.String getPath()
           
 int getSize()
           
 boolean isEmpty()
           
 boolean isLast()
           
 boolean isNull()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

path

protected java.lang.String path
Constructor Detail

ODMSDataBlock

public ODMSDataBlock(java.lang.String path,
                     byte[] data)

ODMSDataBlock

public ODMSDataBlock(java.lang.String path,
                     byte[] data,
                     boolean last)
Method Detail

isNull

public boolean isNull()
Specified by:
isNull in interface IDataBlock

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface IDataBlock

isLast

public boolean isLast()
Specified by:
isLast in interface IDataBlock

getData

public byte[] getData()
Specified by:
getData in interface IDataBlock

getSize

public int getSize()
Specified by:
getSize in interface IDataBlock

getPath

public java.lang.String getPath()
Specified by:
getPath in interface IDataBlock

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Ontimize Document Management