◆ deflate()
      
        
          | int System.util.zlib.ZStream.deflate  | 
          ( | 
          int  | 
          flush | ) | 
           | 
        
      
 
 
◆ deflateEnd()
      
        
          | int System.util.zlib.ZStream.deflateEnd  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ deflateInit() [1/4]
      
        
          | int System.util.zlib.ZStream.deflateInit  | 
          ( | 
          int  | 
          level | ) | 
           | 
        
      
 
 
◆ deflateInit() [2/4]
      
        
          | int System.util.zlib.ZStream.deflateInit  | 
          ( | 
          int  | 
          level,  | 
        
        
           | 
           | 
          bool  | 
          nowrap  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ deflateInit() [3/4]
      
        
          | int System.util.zlib.ZStream.deflateInit  | 
          ( | 
          int  | 
          level,  | 
        
        
           | 
           | 
          int  | 
          bits  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ deflateInit() [4/4]
      
        
          | int System.util.zlib.ZStream.deflateInit  | 
          ( | 
          int  | 
          level,  | 
        
        
           | 
           | 
          int  | 
          bits,  | 
        
        
           | 
           | 
          bool  | 
          nowrap  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ deflateParams()
      
        
          | int System.util.zlib.ZStream.deflateParams  | 
          ( | 
          int  | 
          level,  | 
        
        
           | 
           | 
          int  | 
          strategy  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ deflateSetDictionary()
      
        
          | int System.util.zlib.ZStream.deflateSetDictionary  | 
          ( | 
          byte[]  | 
          dictionary,  | 
        
        
           | 
           | 
          int  | 
          dictLength  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ free()
      
        
          | void System.util.zlib.ZStream.free  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ inflate()
      
        
          | int System.util.zlib.ZStream.inflate  | 
          ( | 
          int  | 
          f | ) | 
           | 
        
      
 
 
◆ inflateEnd()
      
        
          | int System.util.zlib.ZStream.inflateEnd  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ inflateInit() [1/4]
      
        
          | int System.util.zlib.ZStream.inflateInit  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ inflateInit() [2/4]
      
        
          | int System.util.zlib.ZStream.inflateInit  | 
          ( | 
          bool  | 
          nowrap | ) | 
           | 
        
      
 
 
◆ inflateInit() [3/4]
      
        
          | int System.util.zlib.ZStream.inflateInit  | 
          ( | 
          int  | 
          w | ) | 
           | 
        
      
 
 
◆ inflateInit() [4/4]
      
        
          | int System.util.zlib.ZStream.inflateInit  | 
          ( | 
          int  | 
          w,  | 
        
        
           | 
           | 
          bool  | 
          nowrap  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ inflateSetDictionary()
      
        
          | int System.util.zlib.ZStream.inflateSetDictionary  | 
          ( | 
          byte[]  | 
          dictionary,  | 
        
        
           | 
           | 
          int  | 
          dictLength  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ inflateSync()
      
        
          | int System.util.zlib.ZStream.inflateSync  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ adler
      
        
          | long System.util.zlib.ZStream.adler | 
        
      
 
 
◆ avail_in
      
        
          | int System.util.zlib.ZStream.avail_in | 
        
      
 
 
◆ avail_out
      
        
          | int System.util.zlib.ZStream.avail_out | 
        
      
 
 
◆ msg
      
        
          | String System.util.zlib.ZStream.msg | 
        
      
 
 
◆ next_in
      
        
          | byte [] System.util.zlib.ZStream.next_in | 
        
      
 
 
◆ next_in_index
      
        
          | int System.util.zlib.ZStream.next_in_index | 
        
      
 
 
◆ next_out
      
        
          | byte [] System.util.zlib.ZStream.next_out | 
        
      
 
 
◆ next_out_index
      
        
          | int System.util.zlib.ZStream.next_out_index | 
        
      
 
 
◆ total_in
      
        
          | long System.util.zlib.ZStream.total_in | 
        
      
 
 
◆ total_out
      
        
          | long System.util.zlib.ZStream.total_out | 
        
      
 
 
The documentation for this class was generated from the following file: