Changeset 7093 for trunk/tools/common/kFile.h
- Timestamp:
- Oct 17, 2001, 4:22:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFile.h
r5531 r7093 1 /* $Id: kFile.h,v 1. 8 2001-04-17 00:26:10bird Exp $1 /* $Id: kFile.h,v 1.9 2001-10-17 14:22:33 bird Exp $ 2 2 * 3 3 * kFile - Simple (for the time being) file class. … … 66 66 BOOL readln(char *pszBuffer, long cchBuffer); 67 67 68 BOOL write( void *pvBuffer, long cbBuffer) throw(int);68 BOOL write(const void *pv, long cb) throw(int); 69 69 BOOL writeAt(void *pvBuffer, long cbBuffer, long off) throw(int); 70 70
Note:
See TracChangeset
for help on using the changeset viewer.