GZFileStream
Object Hierarchy:
Description:
[ CCode ( cname = "struct gzFile_s" , cprefix = "gz" , free_function = "gzclose" ) ]
[ Compact ]
public class GZFileStream
Content:
Static methods:
- public static GZFileStream dopen (int fd, string mode)
- public static GZFileStream open (string path, string mode = "rb")
Methods:
- public bool direct ()
- public bool eof ()
- public int flush (int flush)
- public unowned string gets (char[] buf)
- public int printf (string format, ...)
- public int puts (string s)
- public int read (uint8[] buf)
- public int rewind ()
- public int setparams (int level, int strategy)
- public int write (uint8[] buf)