mannyzhou5 / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

Improvement to auto-updater #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the EcAutoUpdate downloads the JAR into memory, then writes the JAR 
data to a file.  The following change streams the downloaded JAR directly to 
the file instead without storing the entire JAR in memory.

Also, used File.separator instead of hard-coded slashes.

Original issue reported on code.google.com by mike.angstadt on 5 Nov 2010 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in r110

Original comment by mike.angstadt on 10 Nov 2010 at 2:40