Class DBZipFile

Inherits from:
Object
Conforms to:
DDataReadable, DDataWritable, DTextReadable, DTextWritable
Declared in:
DBZipFile.h

Class Hierarchy

    Object
      |
      +---DBZipFile

Class Description

The DBZipFile class implements a number of methods for opening of, writing to, reading from and closing of bzip2 files. See the open method for used settings for the bzip2 library.

Last modified:
12-Nov-2005 (DBZipFile.h)

Instance Variables

private void *_file
the file pointer
private void *_bzfile
the bzip file pointer
private BOOL _read
is the file opened for reading ?
private BOOL _eof
is end of file reached
private int _error
the reported error

Method Index


generated 08-Jan-2006 by ObjcDoc 3.0.0