com.myJava.file.delta.sequence
Class FileSequencerByteProcessor

java.lang.Object
  extended by com.myJava.file.delta.sequence.FileSequencerByteProcessor
All Implemented Interfaces:
Constants, ByteProcessor

public class FileSequencerByteProcessor
extends java.lang.Object
implements ByteProcessor, Constants


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
 
Fields inherited from interface com.myJava.file.delta.Constants
HASH_ALG, HASH_ALG_KLENGTH, SIG_NEW, SIG_READ
 
Constructor Summary
FileSequencerByteProcessor(int blockSize)
           
 
Method Summary
 void close()
           
 HashSequence getSequence()
           
 void open()
           
 void processByte(int read)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSequencerByteProcessor

public FileSequencerByteProcessor(int blockSize)
Method Detail

close

public void close()
           throws ByteProcessorException
Specified by:
close in interface ByteProcessor
Throws:
ByteProcessorException

open

public void open()
Specified by:
open in interface ByteProcessor

processByte

public void processByte(int read)
Specified by:
processByte in interface ByteProcessor

getSequence

public HashSequence getSequence()