Re: Query in Gzip file format.
- From: lokaresa@xxxxxxxxx
- Date: Sun, 9 Mar 2008 22:47:11 -0700 (PDT)
On Mar 7, 5:59 pm, Thomas Pornin <por...@xxxxxxxxx> wrote:
According to <lokar...@xxxxxxxxx>:
I gone through Rfc 1952(Gzip file format).I have one question, After
decompressing one member in Gzip file wheather next member will start
at next byte boundary or from next bit onwards.
At next byte boundary. The Gzip format is byte oriented. The "compressed
blocks" customarily use the Deflate compression algorithm (RFC 1951)
which may not fill completely the last byte, which is then padded with
bits equal to 0.
--Thomas Pornin
Thanks...
Did you mean that, after complition of final block in one member,
proceeding 32 bits are CRC32 value and next 32 bits are ISIZE
value?.If one member ends at middle of one byte, next member starts at
next byte boundary?.
.
- Follow-Ups:
- Re: Query in Gzip file format.
- From: Thomas Pornin
- Re: Query in Gzip file format.
- References:
- Query in Gzip file format.
- From: lokaresa
- Re: Query in Gzip file format.
- From: Thomas Pornin
- Query in Gzip file format.
- Prev by Date: Re: Probability, compressible sequences: Backgrounds
- Next by Date: Re: Probability, compressible sequences: Backgrounds
- Previous by thread: Re: Query in Gzip file format.
- Next by thread: Re: Query in Gzip file format.
- Index(es):
Relevant Pages
|
|