Methods of Class DGZipFile


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

generated 05-Nov-2007 by ObjcDoc 3.0.0