com.myJava.file.delta
Class DeltaReader
java.lang.Object
com.myJava.file.delta.DeltaReader
- All Implemented Interfaces:
- Constants
public class DeltaReader
- extends java.lang.Object
- implements Constants
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeltaReader
public DeltaReader(long blockSize,
java.io.InputStream in,
DeltaProcessor[] processors,
ByteProcessor bproc)
DeltaReader
public DeltaReader(HashSequence seq,
java.io.InputStream in,
DeltaProcessor[] processors,
ByteProcessor bproc)
read
public void read(TaskMonitor monitor)
throws java.io.IOException,
DeltaException,
DeltaProcessorException,
ByteProcessorException,
TaskCancelledException
- Throws:
java.io.IOException
DeltaException
DeltaProcessorException
ByteProcessorException
TaskCancelledException