Zip64File Code
Brought to you by:
hartwigthomas
| File | Date | Author | Commit |
|---|---|---|---|
| .settings | 2016-09-07 | hartwigthomas | [r51] |
| META-INF | 2011-11-14 | hartwigthomas | [r47] Version 1.04 |
| etc | 2010-04-20 | hartwigthomas | [r12] |
| lib | 2010-04-20 | hartwigthomas | [r13] |
| log | 2010-04-20 | hartwigthomas | [r14] |
| src | 2018-06-08 | hartwigthomas | [r54] |
| test | 2016-09-07 | hartwigthomas | [r51] |
| .classpath | 2010-04-14 | hartwigthomas | [r3] |
| .project | 2010-04-14 | hartwigthomas | [r3] |
| APPNOTE.TXT | 2010-05-03 | hartwigthomas | [r24] |
| Zip64File_TechnicalDocumentation.odt | 2016-09-07 | hartwigthomas | [r51] |
| build.properties.template | 2011-03-31 | hartwigthomas | [r34] Version 1.02 |
| build.xml | 2016-09-26 | hartwigthomas | [r53] Version 1.04 |
| gpl-2.0.txt | 2010-04-14 | hartwigthomas | [r3] |
| install.txt | 2010-04-16 | hartwigthomas | [r7] |
| readme.txt | 2012-02-24 | hartwigthomas | [r50] |
| zip64 Documentation.odt | 2016-09-07 | hartwigthomas | [r51] |
| zip64 Manual.odt | 2016-09-07 | hartwigthomas | [r51] |
zip64 - Readme
==============
This package includes a command-line tool for reading and
writing ZIP files which conform to the 64 bit extension
of the ZIP standard.
The only prerequisite to run the tool is the
availability of a JAVA instance (JAVA SE 1.5 or higher).
Copyright
The code for zip64 was created 2010 by Enter AG, Zurich,
and was placed in the public domain under the
GPL General Public License v2 or later. A copy of the license
is part of the distribution in the file gpl-2.0.txt.
Install
Just unpack the distribution file to any directory to which the
users of these programs have read and write access.
Release History
1.0 Published on SourceForge
1.01 Fixed error in EntryInputStream.skip()
1.02 Cleaned up the code, the build script and added "or later" to
the GPL.
1.03 Fixed NullPointer exception on locked folder by issuing an IOException
with a more understandable message.
1.04 Clean-up of utility classes to avoid clash of classes in SIARD Suite.
1.05 Fixed small bug in IndentLogger.
28.09.2011 Hartwig Thomas, Enter AG, Zurich, Switzerland