Package dpkt :: Module gzip
[show private | hide private]
[frames | no frames]

Module dpkt.gzip

GNU zip.

Classes
Gzip  
GzipExtra  

Variable Summary
int GZIP_FCOMMENT = 16                                                                    
int GZIP_FENCRYPT = 32                                                                    
int GZIP_FENCRYPT_LEN = 12                                                                    
int GZIP_FEXTRA = 4                                                                     
int GZIP_FHCRC = 2                                                                     
int GZIP_FNAME = 8                                                                     
int GZIP_FRESERVED = 192                                                                   
int GZIP_FTEXT = 1                                                                     
str GZIP_MAGIC = '\x1f\x8b'
int GZIP_MCOMPRESS = 1                                                                     
int GZIP_MDEFLATE = 8                                                                     
int GZIP_MLZHED = 3                                                                     
int GZIP_MPACKED = 2                                                                     
int GZIP_MSTORED = 0                                                                     
int GZIP_OS_AMIGA = 1                                                                     
int GZIP_OS_ATARI = 5                                                                     
int GZIP_OS_CPM = 9                                                                     
int GZIP_OS_MACOS = 7                                                                     
int GZIP_OS_MSDOS = 0                                                                     
int GZIP_OS_OS2 = 6                                                                     
int GZIP_OS_QDOS = 12                                                                    
int GZIP_OS_RISCOS = 13                                                                    
int GZIP_OS_TOPS20 = 10                                                                    
int GZIP_OS_UNIX = 3                                                                     
int GZIP_OS_UNKNOWN = 255                                                                   
int GZIP_OS_VMCMS = 4                                                                     
int GZIP_OS_VMS = 2                                                                     
int GZIP_OS_WIN32 = 11                                                                    
int GZIP_OS_ZSYSTEM = 8                                                                     

Variable Details

GZIP_FCOMMENT

Type:
int
Value:
16                                                                    

GZIP_FENCRYPT

Type:
int
Value:
32                                                                    

GZIP_FENCRYPT_LEN

Type:
int
Value:
12                                                                    

GZIP_FEXTRA

Type:
int
Value:
4                                                                     

GZIP_FHCRC

Type:
int
Value:
2                                                                     

GZIP_FNAME

Type:
int
Value:
8                                                                     

GZIP_FRESERVED

Type:
int
Value:
192                                                                   

GZIP_FTEXT

Type:
int
Value:
1                                                                     

GZIP_MAGIC

Type:
str
Value:
'\x1f\x8b'                                                             

GZIP_MCOMPRESS

Type:
int
Value:
1                                                                     

GZIP_MDEFLATE

Type:
int
Value:
8                                                                     

GZIP_MLZHED

Type:
int
Value:
3                                                                     

GZIP_MPACKED

Type:
int
Value:
2                                                                     

GZIP_MSTORED

Type:
int
Value:
0                                                                     

GZIP_OS_AMIGA

Type:
int
Value:
1                                                                     

GZIP_OS_ATARI

Type:
int
Value:
5                                                                     

GZIP_OS_CPM

Type:
int
Value:
9                                                                     

GZIP_OS_MACOS

Type:
int
Value:
7                                                                     

GZIP_OS_MSDOS

Type:
int
Value:
0                                                                     

GZIP_OS_OS2

Type:
int
Value:
6                                                                     

GZIP_OS_QDOS

Type:
int
Value:
12                                                                    

GZIP_OS_RISCOS

Type:
int
Value:
13                                                                    

GZIP_OS_TOPS20

Type:
int
Value:
10                                                                    

GZIP_OS_UNIX

Type:
int
Value:
3                                                                     

GZIP_OS_UNKNOWN

Type:
int
Value:
255                                                                   

GZIP_OS_VMCMS

Type:
int
Value:
4                                                                     

GZIP_OS_VMS

Type:
int
Value:
2                                                                     

GZIP_OS_WIN32

Type:
int
Value:
11                                                                    

GZIP_OS_ZSYSTEM

Type:
int
Value:
8                                                                     

Generated by Epydoc 2.1 on Sun Oct 1 11:24:11 2006 http://epydoc.sf.net