FST  openfst-1.7.5
OpenFst Library
Public Member Functions | List of all members
fst::GzFile Class Reference

#include <gzfile.h>

Public Member Functions

 GzFile (const char *source, const char *mode)
 
 ~GzFile ()
 
bool operator! () const
 
int Read (void *buf, unsigned int size)
 
void Write (const char *buf, unsigned int size)
 

Detailed Description

Definition at line 28 of file gzfile.h.

Constructor & Destructor Documentation

fst::GzFile::GzFile ( const char *  source,
const char *  mode 
)
inline

Definition at line 30 of file gzfile.h.

fst::GzFile::~GzFile ( )
inline

Definition at line 33 of file gzfile.h.

Member Function Documentation

bool fst::GzFile::operator! ( ) const
inline

Definition at line 35 of file gzfile.h.

int fst::GzFile::Read ( void *  buf,
unsigned int  size 
)
inline

Definition at line 38 of file gzfile.h.

void fst::GzFile::Write ( const char *  buf,
unsigned int  size 
)
inline

Definition at line 45 of file gzfile.h.


The documentation for this class was generated from the following file: