search for: compresseddata

Displaying 1 result from an estimated 1 matches for "compresseddata".

2009 May 05
1
Rcompression and Java Deflator
...(with headers) and gunzip() reads a gzip package (with headers). Is there a way to read the package load without headers? It is my understanding that the package load (minus the headers) is the same for gzip and zlib. The Ruby thread at the bottom seems to be related. Thanks for any help! > compressedData = readBin("row_1",raw(),10000000) > uncompress(compressedData) Error in uncompress(compressedData) : corrupted compressed (gzip) source > gunzip(compressedData) Error in gunzip(compressedData) : Failed to uncompress the raw data: (-3) incorrect header check -------------- Java...