|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   37 #include <OpenMS/config.h> 
   72     size_t read(
char * s, 
size_t n);
 
   79     bool streamEnd() 
const;
 
   91     void open(
const char * filename);
 
  
bool streamEnd() const
indicates whether the read function can be used safely
Definition: GzipIfstream.h:142
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
gzFile gzfile_
a gzFile object(void*) . Necessary for decompression
Definition: GzipIfstream.h:119
int n_buffer_
counts the last read duffer
Definition: GzipIfstream.h:121
bool stream_at_end_
true if end of file is reached
Definition: GzipIfstream.h:125
int gzerror_
saves the last returned error by the read function
Definition: GzipIfstream.h:123
Decompresses files which are compressed in the gzip format (*.gzip)
Definition: GzipIfstream.h:46
bool isOpen() const
returns whether a file is open.
Definition: GzipIfstream.h:137