org.gudy.azureus2.update
Class UpdateJarPatcher
java.lang.Object
org.gudy.azureus2.update.UpdateJarPatcher
public class UpdateJarPatcher
- extends java.lang.Object
Constructor Summary |
protected |
UpdateJarPatcher(java.io.InputStream input_file,
java.io.InputStream patch_file,
java.io.OutputStream output_file,
LoggerChannel log)
|
Method Summary |
java.io.InputStream |
getPatch(java.lang.String name)
|
protected void |
readPatchEntries(java.io.InputStream is)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
patch_entries
protected java.util.Map patch_entries
UpdateJarPatcher
protected UpdateJarPatcher(java.io.InputStream input_file,
java.io.InputStream patch_file,
java.io.OutputStream output_file,
LoggerChannel log)
throws java.io.IOException
- Throws:
java.io.IOException
readPatchEntries
protected void readPatchEntries(java.io.InputStream is)
throws java.io.IOException
- Throws:
java.io.IOException
getPatch
public java.io.InputStream getPatch(java.lang.String name)