org.egothor.util.diff
Interface GDiffCreator

All Known Implementing Classes:
GDiffDumpCreator, GDiffWriter

public interface GDiffCreator

Author:
Leo

Method Summary
 void addAppend(byte[] arr, int offset, int length)
           
 void addCopy(long offset, int length)
           
 void doEnd()
           
 

Method Detail

addAppend

void addAppend(byte[] arr,
               int offset,
               int length)
               throws java.io.IOException
Throws:
java.io.IOException

addCopy

void addCopy(long offset,
             int length)
             throws java.io.IOException
Throws:
java.io.IOException

doEnd

void doEnd()
           throws java.io.IOException
Throws:
java.io.IOException