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.
> >
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
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)