Methods of Class DFile


+ (DDateTime *) accessed :(const char *) path - [DFile]
+ (int) error - [DFile]
+ (BOOL) isDirectory :(const char *) path - [DFile]
+ (BOOL) isFile :(const char *) path - [DFile]
+ (DDateTime *) modified :(const char *) path - [DFile]
+ (BOOL) move :(const char *) path :(const char *) newPath - [DFile]
+ (BOOL) remove :(const char *) path - [DFile]
+ (long long) size :(const char *) path - [DFile]
- close - [DFile]
- (int) error - [DFile]
- (int) fileno - [DFile]
- (BOOL) flush - [DFile]
- free - [DFile]
- (DFile *) init - [DFile]
- (DFile *) init :(const char *) name :(const char *) mode - [DFile]
- (BOOL) isAtty - [DFile]
- (BOOL) isEof - [DFile]
- (BOOL) isOpen - [DFile]
- (BOOL) open :(const char *) name :(const char *) mode - [DFile]
- (unsigned char) readByte - [DFile]
- (char) readChar - [DFile]
- (DData *) readData :(unsigned long) length - [DFile]
- (unsigned long) readData :(unsigned char *) dest :(unsigned long) length - [DFile]
- (double) readDouble - [DFile]
- (DText *) readLine - [DFile]
- (DList *) readLines - [DFile]
- (long) readLong - [DFile]
- (short) readShort - [DFile]
- (DText *) readText - [DFile]
- (DText *) readText :(long) length - [DFile]
- (BOOL) seek :(unsigned long) offset :(int) origin - [DFile]
- shallowCopy - [DFile]
- (BOOL) skip :(unsigned long) offset - [DFile]
- (unsigned long) tell - [DFile]
- (BOOL) truncate :(long) size - [DFile]
- (BOOL) writeByte :(unsigned char) byte - [DFile]
- (BOOL) writeChar :(char) ch - [DFile]
- (BOOL) writeData :(const unsigned char *) text :(unsigned long) length - [DFile]
- (BOOL) writeDouble :(double) nr - [DFile]
- (BOOL) writeLine :(const char *) text - [DFile]
- (BOOL) writeLines :(DList *) list - [DFile]
- (BOOL) writeLong :(long) nr - [DFile]
- (BOOL) writeShort :(short) nr - [DFile]
- (BOOL) writeText :(const char *) text - [DFile]

generated 06-Sep-2008 by ObjcDoc 3.0.0