Timeline for Writing to self-extracting ZIP file
Current License: CC BY-SA 3.0
6 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 18, 2015 at 9:04 | comment | added | Joop Eggen |
Java has also a zip file system where appending is a simple call to Files.copy
|
|
May 18, 2015 at 9:00 | comment | added | Tim Biegeleisen | @JoopEggen We are already going in this direction, but keeping our fingers crossed that the TrueZip guy will throw us a bone ^ ^. | |
May 18, 2015 at 9:00 | comment | added | Tim Biegeleisen | I found the Java 7 library to be extremely cryptic and difficult to use. Yes, this would be the way to go if possible, but I could not find very good material online for this route either. | |
May 18, 2015 at 8:59 | comment | added | Joop Eggen | Wikipedia: "A .ZIP file is correctly identified by the presence of an end of central directory record which is located at the end of the archive structure in order to allow the easy appending of new files." So do-it-yourself should well be within reach. Splitting exe part of zip part (if needed). | |
May 18, 2015 at 8:58 | comment | added | fge | If you use Java 7+ have you tried and opened the zip, even read only, with the zip filesystem provider? | |
May 18, 2015 at 8:50 | history | asked | Tim Biegeleisen | CC BY-SA 3.0 |