Scippy

UG

Ubiquity Generator framework

igzstream Class Reference

Class to implement a gzip'd input stream. More...

#include <gzstream.h>

Inheritance diagram for igzstream:
gzstreambase

Public Member Functions

Construction / destruction
 igzstream ()
 default constructor More...
 
 igzstream (const char *_name, int _open_mode=std::ios::in)
 full constructor More...
 
Interface
gzstreambufrdbuf ()
 
void open (const char *_name, int _open_mode=std::ios::in)
 
- Public Member Functions inherited from gzstreambase
 gzstreambase ()
 default constructor More...
 
 gzstreambase (const char *_name, int _open_mode)
 full constructor More...
 
 ~gzstreambase ()
 destructor More...
 
void open (const char *_name, int _open_mode)
 
void close ()
 
gzstreambufrdbuf ()
 

Additional Inherited Members

- Protected Attributes inherited from gzstreambase
gzstreambuf buf
 

Detailed Description

Class to implement a gzip'd input stream.

Definition at line 194 of file gzstream.h.

Constructor & Destructor Documentation

◆ igzstream() [1/2]

igzstream ( )

default constructor

Definition at line 204 of file gzstream.h.

◆ igzstream() [2/2]

igzstream ( const char *  _name,
int  _open_mode = std::ios::in 
)

full constructor

Definition at line 208 of file gzstream.h.

Member Function Documentation

◆ open()

void open ( const char *  _name,
int  _open_mode = std::ios::in 
)

Definition at line 224 of file gzstream.h.

References gzstreambase::open().

◆ rdbuf()

gzstreambuf * rdbuf ( )

Definition at line 219 of file gzstream.h.

References gzstreambase::rdbuf().