This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Deflate64 in ".jar" files?
- From: "J.C. Pizarro" <jcpiza at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 20 Apr 2007 03:40:37 +0200
- Subject: Deflate64 in ".jar" files?
Does GCJ support the compressed Deflate64 format of a jar file?
Suppose a jar file like classpath that i've compressed it as Zip Deflate64
with the graphical filemanager 7z running over wine instead of Zip Deflate.
UnZip 5.52 supports the Deflate64 format when i'm uncompressing or
checking, it works OK.
Deflate64 better then Deflate because it uses 64 KiB window instead of
32 KiB, no?
J.C. Pizarro