Re: Reading compressed files

2007-02-21 Thread Jordan
On Feb 21, 5:21 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Shadab Sayani wrote: > > Hi, > > I have compressed files compressed using different techniques > > (especially unix compress). So I want to have a module that reads any of > > these (.Z,.bz,.tgz files) files and manipulates the data. > >

Re: Reading compressed files

2007-02-21 Thread Steve Holden
Shadab Sayani wrote: > Hi, > I have compressed files compressed using different techniques > (especially unix compress). So I want to have a module that reads any of > these (.Z,.bz,.tgz files) files and manipulates the data. > The data has a syntax.It contains > HEADER (some information) > BODY

Reading compressed files

2007-02-21 Thread Shadab Sayani
Hi, I have compressed files compressed using different techniques (especially unix compress). So I want to have a module that reads any of these (.Z,.bz,.tgz files) files and manipulates the data. The data has a syntax.It contains HEADER (some information) BODY (some information)