gz - Is there any way I can check how many flush points in a gzip file? -
i have huge .gz
file created zlib , want examine how many flushes points in (see http://www.zlib.net/manual.html gz flush operation). there way can it?
you can use infgen disassemble stream, , search empty stored blocks (a line containing "stored" followed line containing "end").
Comments
Post a Comment