Package com.biglybt.update
Class UpdateJarPatcher
java.lang.Object
com.biglybt.update.UpdateJarPatcher
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UpdateJarPatcher
(InputStream input_file, InputStream patch_file, OutputStream output_file, LoggerChannel log) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
private static void
writeEntry
(JarOutputStream jos, JarEntry entry, InputStream data)
-
Field Details
-
MANIFEST_NAME
-
patch_entries
-
-
Constructor Details
-
UpdateJarPatcher
protected UpdateJarPatcher(InputStream input_file, InputStream patch_file, OutputStream output_file, LoggerChannel log) throws IOException - Throws:
IOException
-
-
Method Details
-
writeEntry
private static void writeEntry(JarOutputStream jos, JarEntry entry, InputStream data) throws IOException - Throws:
IOException
-
readPatchEntries
- Throws:
IOException
-
getPatch
-