public class GZFileStream {
public static GZFileStream open ( string path,
string mode ) ;
public static GZFileStream dopen ( int fd,
string mode ) ;
public int setparams ( int level,
int strategy ) ;
public int read ( char[] buf ) ;
public int write ( char[] buf ) ;
public int printf ( string format,
... ) ;
public int puts ( string s ) ;
public weak string gets ( char[] buf ) ;
public int flush ( int flush ) ;
public int rewind ( ) ;
public bool eof ( ) ;
public bool direct ( ) ;
}

public static GZFileStream open ( string path,
string mode ) ;
public static GZFileStream dopen ( int fd,
string mode ) ;
public int setparams ( int level,
int strategy ) ;
public int read ( char[] buf ) ;
public int write ( char[] buf ) ;
public int printf ( string format,
... ) ;
public int puts ( string s ) ;
public weak string gets ( char[] buf ) ;
public int flush ( int flush ) ;
public int rewind ( ) ;
public bool eof ( ) ;
public bool direct ( ) ;
Created by Valadoc