Methods of Class DBZipFile


- (DBZipFile *) close - [DBZipFile]
- (int) error - [DBZipFile]
- (BOOL) flush - [DBZipFile]
- free - [DBZipFile]
- (DBZipFile *) init - [DBZipFile]
- (DBZipFile *) init :(const char *) name :(const char *) mode - [DBZipFile]
- (DBZipFile *) init :(const char *) name :(const char *) mode :(BOOL) small - [DBZipFile]
- (BOOL) isEof - [DBZipFile]
- (BOOL) isOpen - [DBZipFile]
- (BOOL) open :(const char *) name :(const char *) mode - [DBZipFile]
- (BOOL) open :(const char *) name :(const char *) mode :(BOOL) small - [DBZipFile]
- (unsigned char) readByte - [DBZipFile]
- (char) readChar - [DBZipFile]
- (DData *) readData :(unsigned long) length - [DBZipFile]
- (unsigned long) readData :(unsigned char *) dest :(unsigned long) length - [DBZipFile]
- (double) readDouble - [DBZipFile]
- (DText *) readLine - [DBZipFile]
- (DList *) readLines - [DBZipFile]
- (long) readLong - [DBZipFile]
- (short) readShort - [DBZipFile]
- (DText *) readText - [DBZipFile]
- (DText *) readText :(long) length - [DBZipFile]
- (BOOL) seek :(unsigned long) offset :(int) origin - [DBZipFile]
- shallowCopy - [DBZipFile]
- (BOOL) skip :(unsigned long) offset - [DBZipFile]
- (unsigned long) tell - [DBZipFile]
- (BOOL) writeByte :(unsigned char) byte - [DBZipFile]
- (BOOL) writeChar :(char) ch - [DBZipFile]
- (BOOL) writeData :(const unsigned char *) data :(unsigned long) length - [DBZipFile]
- (BOOL) writeDouble :(double) nr - [DBZipFile]
- (BOOL) writeLine :(const char *) text - [DBZipFile]
- (BOOL) writeLines :(DList *) list - [DBZipFile]
- (BOOL) writeLong :(long) nr - [DBZipFile]
- (BOOL) writeShort :(short) nr - [DBZipFile]
- (BOOL) writeText :(const char *) text - [DBZipFile]

generated 06-Sep-2008 by ObjcDoc 3.0.0