Wednesday, October 24, 2012

gzip compression/decompression in Ruby

Recently I did some investigation compression and decompression in gzip format using Ruby. Here I posted my ruby code:

2 comments:

  1. Thanks for posting. I was having trouble decompressing a .gz file stored as a string in memory, your gunzip method helped me figure it out.

    ReplyDelete