scp-fs2open / fsoinstaller

The Java installer for FS2_Open and the collection of mods from the Hard Light Productions community.
12 stars 8 forks source link

use streaming i/o for patch utility #7

Open Goober5000 opened 7 years ago

Goober5000 commented 7 years ago

When generating or applying a patch, the naive implementation of JBSDiff requires all files to be entirely loaded into memory. For large files, this is quite impractical. The interfaces of the Diff and Patch classes should use streams instead of byte arrays.