Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #6519
| From | Simon Krahnke <overlord@gmx.li> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Zlib::GzipReader doesn't work as expected |
| Date | 2012-04-25 21:53 +0200 |
| Organization | there's no z in organisation |
| Message-ID | <87mx5z7fmc.fsf@xts.gnuu.de> (permalink) |
| References | <jn8e9q$sg3$1@online.de> |
* Thomas Wolf <thomasw@viacanale.de> (10:57) schrieb: > These files are "gzip"ed as follows: > gzip < 5lines.txt > foo.gz > gzip < more5lines.txt >> foo.gz So you have two streams of gzipped data in foo.gz. And the ruby library reads only the first one. > How do I force Zlib::GzipReader do read the whole file? I don't know, read the source. mfg, simon .... l
Back to comp.lang.ruby | Previous | Next — Previous in thread | Find similar | Unroll thread
Zlib::GzipReader doesn't work as expected Thomas Wolf <thomasw@viacanale.de> - 2012-04-25 10:57 +0200
Re: Zlib::GzipReader doesn't work as expected Robert Klemme <shortcutter@googlemail.com> - 2012-04-25 21:03 +0200
Re: Zlib::GzipReader doesn't work as expected Simon Krahnke <overlord@gmx.li> - 2012-04-25 21:55 +0200
Re: Zlib::GzipReader doesn't work as expected Thomas Wolf <thomasw@viacanale.de> - 2012-04-26 11:54 +0200
Re: Zlib::GzipReader doesn't work as expected Simon Krahnke <overlord@gmx.li> - 2012-04-26 22:02 +0200
Re: Zlib::GzipReader doesn't work as expected Simon Krahnke <overlord@gmx.li> - 2012-04-25 21:53 +0200
csiph-web