Displaying 1 result from an estimated 1 matches for "about98918".
2009 May 05
1
Rcompression and Java Deflator
...meters:
level?- the compression level (0-9)
nowrap?- if true then use GZIP compatible compression
http://java.sun.com/j2se/1.5.0/docs/api/java/util/zip/Deflater.html#Deflater(int, boolean)
--------------
These threads also seem to be dealing with the same issue?.
http://www.groupsrv.com/science/about98918.html
http://www.ruby-forum.com/topic/183400
The Ruby thread says ?As could be seen in your first post, you are using -MAX_WBITS, which enables old (headerless? don't know what it's called) zlib format, that has no gzip header and no checksum. Maybe you should be using +MAX_WBITS (the defa...