Summary description for DeflaterOutputStream.  
 More...
Summary description for DeflaterOutputStream. 
 
◆ ZInflaterInputStream() [1/2]
      
        
          | System.util.zlib.ZInflaterInputStream.ZInflaterInputStream  | 
          ( | 
          Stream  | 
          inp | ) | 
           | 
        
      
 
 
◆ ZInflaterInputStream() [2/2]
      
        
          | System.util.zlib.ZInflaterInputStream.ZInflaterInputStream  | 
          ( | 
          Stream  | 
          inp,  | 
        
        
           | 
           | 
          bool  | 
          nowrap  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ Close()
      
        
          | override void System.util.zlib.ZInflaterInputStream.Close  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Flush()
      
        
          | override void System.util.zlib.ZInflaterInputStream.Flush  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Read()
      
        
          | override int System.util.zlib.ZInflaterInputStream.Read  | 
          ( | 
          byte[]  | 
          b,  | 
        
        
           | 
           | 
          int  | 
          off,  | 
        
        
           | 
           | 
          int  | 
          len  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ReadByte()
      
        
          | override int System.util.zlib.ZInflaterInputStream.ReadByte  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Seek()
      
        
          | override long System.util.zlib.ZInflaterInputStream.Seek  | 
          ( | 
          long  | 
          offset,  | 
        
        
           | 
           | 
          SeekOrigin  | 
          origin  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ SetLength()
      
        
          | override void System.util.zlib.ZInflaterInputStream.SetLength  | 
          ( | 
          long  | 
          value | ) | 
           | 
        
      
 
 
◆ Write()
      
        
          | override void System.util.zlib.ZInflaterInputStream.Write  | 
          ( | 
          byte[]  | 
          b,  | 
        
        
           | 
           | 
          int  | 
          off,  | 
        
        
           | 
           | 
          int  | 
          len  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ WriteByte()
      
        
          | override void System.util.zlib.ZInflaterInputStream.WriteByte  | 
          ( | 
          byte  | 
          b | ) | 
           | 
        
      
 
 
◆ buf
  
  
      
        
          | byte [] System.util.zlib.ZInflaterInputStream.buf =new byte[BUFSIZE] | 
         
       
   | 
  
protected   | 
  
 
 
◆ flushLevel
◆ inp
  
  
      
        
          | Stream System.util.zlib.ZInflaterInputStream.inp =null | 
         
       
   | 
  
protected   | 
  
 
 
◆ CanRead
  
  
      
        
          | override bool System.util.zlib.ZInflaterInputStream.CanRead | 
         
       
   | 
  
get   | 
  
 
 
◆ CanSeek
  
  
      
        
          | override bool System.util.zlib.ZInflaterInputStream.CanSeek | 
         
       
   | 
  
get   | 
  
 
 
◆ CanWrite
  
  
      
        
          | override bool System.util.zlib.ZInflaterInputStream.CanWrite | 
         
       
   | 
  
get   | 
  
 
 
◆ Length
  
  
      
        
          | override long System.util.zlib.ZInflaterInputStream.Length | 
         
       
   | 
  
get   | 
  
 
 
◆ Position
  
  
      
        
          | override long System.util.zlib.ZInflaterInputStream.Position | 
         
       
   | 
  
getset   | 
  
 
 
The documentation for this class was generated from the following file: