Changeset 4402 for trunk/tools/common/kFile.h
- Timestamp:
- Oct 3, 2000, 7:42:41 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFile.h
r4358 r4402 1 /* $Id: kFile.h,v 1. 5 2000-10-02 04:01:39bird Exp $1 /* $Id: kFile.h,v 1.6 2000-10-03 05:42:38 bird Exp $ 2 2 * 3 3 * kFile - Simple (for the time being) file class. … … 54 54 BOOL readAt(void *pvBuffer, long cbBuffer, long off) throw(int); 55 55 void * readFile() throw(int); 56 BOOL readln(char *pszBuffer, long cchBuffer); 56 57 57 58 BOOL write(void *pvBuffer, long cbBuffer) throw(int); … … 61 62 62 63 BOOL setSize(unsigned long cbFile = ~0UL); 64 65 kFile & operator+=(kFile &AppendFile); 63 66 64 67 /** @cat File seek methods */
Note:
See TracChangeset
for help on using the changeset viewer.