com.myJava.file.delta.sequence
Interface ByteProcessor

All Known Implementing Classes:
FileSequencerByteProcessor

public interface ByteProcessor


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Method Summary
 void close()
           
 void open()
           
 void processByte(int data)
           
 

Method Detail

open

void open()
          throws ByteProcessorException
Throws:
ByteProcessorException

processByte

void processByte(int data)
                 throws ByteProcessorException
Throws:
ByteProcessorException

close

void close()
           throws ByteProcessorException
Throws:
ByteProcessorException