Changeset 3629 for trunk/tools/common/kFile.h
- Timestamp:
- May 29, 2000, 9:45:58 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFile.h
r3613 r3629 1 /* $Id: kFile.h,v 1. 2 2000-05-27 02:14:21bird Exp $1 /* $Id: kFile.h,v 1.3 2000-05-29 19:45:58 bird Exp $ 2 2 * 3 3 * kFile - Simple (for the time being) file class. … … 53 53 BOOL writeAt(void *pvBuffer, long cbBuffer, long off) throw(int); 54 54 55 int printf(const char *pszFormat, ...) throw (int); 56 55 57 /** @cat File seek methods */ 56 58 BOOL move(long off) throw(int);
Note:
See TracChangeset
for help on using the changeset viewer.