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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -