I'm trying to read files from compressed format files to parse it as input. Here are the file formats gzip, zip,tar.gz
I referred the two links but haven't get much information.
http://ruby-doc.org/stdlib-1.9.3/libdoc/zlib/rdoc/Zlib/GzipReader.html
Parsing a Zip file and extracting records from text files
I'm seeking for the example of how to writing codec to read the compressed files? Is any other alternate solution to read compressed files?
Thanks Deva