org.gudy.azureus2.update
Class UpdateJarPatcher

java.lang.Object
  extended by org.gudy.azureus2.update.UpdateJarPatcher

public class UpdateJarPatcher
extends Object


Field Summary
protected  Map patch_entries
           
 
Constructor Summary
protected UpdateJarPatcher(InputStream input_file, InputStream patch_file, OutputStream output_file, LoggerChannel log)
           
 
Method Summary
 InputStream getPatch(String name)
           
protected  void readPatchEntries(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patch_entries

protected Map patch_entries
Constructor Detail

UpdateJarPatcher

protected UpdateJarPatcher(InputStream input_file,
                           InputStream patch_file,
                           OutputStream output_file,
                           LoggerChannel log)
                    throws IOException
Throws:
IOException
Method Detail

readPatchEntries

protected void readPatchEntries(InputStream is)
                         throws IOException
Throws:
IOException

getPatch

public InputStream getPatch(String name)