CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions | Variables
ztail.py File Reference

Go to the source code of this file.

Classes

class  ztail.Decoder
 

Namespaces

 ztail
 

Functions

def ztail.strip_gzip_header
 

Variables

tuple ztail.args = parser.parse_args()
 
string ztail.BLOCK_MAGIC = "\x00\x00\xFF\xFF"
 
tuple ztail.d = Decoder(args.file, args.n)
 
int ztail.DECOMPRESS_BUF_SIZE = 4
 
string ztail.ENDLINE_MAGIC = "\n"
 
tuple ztail.parser = argparse.ArgumentParser(description='tail, but for gzip files (with Z_FULL_SYNC)')