| 
    ARTS
    2.2.66
    
   | 
 
#include <gzstream.h>
 Public Member Functions | |
| gzstreambuf () | |
| int | is_open () | 
| gzstreambuf * | open (const char *name, int open_mode) | 
| gzstreambuf * | close () | 
| ~gzstreambuf () | |
| virtual int | overflow (int c=EOF) | 
| virtual int | underflow () | 
| virtual int | sync () | 
Private Member Functions | |
| int | flush_buffer () | 
Private Attributes | |
| gzFile | file | 
| char | buffer [bufferSize] | 
| char | opened | 
| int | mode | 
Static Private Attributes | |
| static const int | bufferSize = 47+256 | 
Definition at line 45 of file gzstream.h.
      
  | 
  inline | 
Definition at line 57 of file gzstream.h.
      
  | 
  inline | 
Definition at line 67 of file gzstream.h.
| gzstreambuf * gzstreambuf::close | ( | ) | 
Definition at line 67 of file gzstream.cc.
      
  | 
  private | 
Definition at line 102 of file gzstream.cc.
References w().
      
  | 
  inline | 
Definition at line 64 of file gzstream.h.
| gzstreambuf * gzstreambuf::open | ( | const char * | name, | 
| int | open_mode | ||
| ) | 
Definition at line 44 of file gzstream.cc.
      
  | 
  virtual | 
Definition at line 112 of file gzstream.cc.
      
  | 
  virtual | 
Definition at line 124 of file gzstream.cc.
      
  | 
  virtual | 
Definition at line 77 of file gzstream.cc.
      
  | 
  private | 
Definition at line 51 of file gzstream.h.
      
  | 
  staticprivate | 
Definition at line 47 of file gzstream.h.
      
  | 
  private | 
Definition at line 50 of file gzstream.h.
      
  | 
  private | 
Definition at line 53 of file gzstream.h.
      
  | 
  private | 
Definition at line 52 of file gzstream.h.