Ignore:
Timestamp:
Apr 17, 2001, 2:26:28 AM (24 years ago)
Author:
bird
Message:

Second iteration of the kFile* classes and interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFile.h

    r4426 r5531  
    1 /* $Id: kFile.h,v 1.7 2000-10-05 07:27:57 bird Exp $
     1/* $Id: kFile.h,v 1.8 2001-04-17 00:26:10 bird Exp $
    22 *
    33 * kFile - Simple (for the time being) file class.
     
    6363    BOOL            readAt(void *pvBuffer, long cbBuffer, long off) throw(int);
    6464    void *          readFile() throw(int);
     65    static void *   readFile(const char *pszFilename) throw(int);
    6566    BOOL            readln(char *pszBuffer, long cchBuffer);
    6667
Note: See TracChangeset for help on using the changeset viewer.