Changeset 4426 for trunk/tools/common/kFile.h
- Timestamp:
- Oct 5, 2000, 9:27:57 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFile.h
r4402 r4426 1 /* $Id: kFile.h,v 1. 6 2000-10-03 05:42:38bird Exp $1 /* $Id: kFile.h,v 1.7 2000-10-05 07:27:57 bird Exp $ 2 2 * 3 3 * kFile - Simple (for the time being) file class. … … 38 38 39 39 /** @cat Buffering datamembers */ 40 char * pachBuffer; /* Pointer to the buffer. NULL if not buffering. */ 41 unsigned long cbBuffer; /* Count of allocated bytes. */ 42 unsigned long offBuffer; /* Virtual file offset where the buffer starts. */ 43 unsigned long cbBufferValid; /* Count of valid bytes in the buffer. */ 44 BOOL fBufferDirty; /* Dirty flag. Set when the buffer needs to be committed. */ 45 46 /** @cat internal buffer methods */ 47 BOOL bufferRead(ULONG offFile) throw (int); 48 BOOL bufferCommit(void) throw (int); 40 49 41 50 /** @cat internal methods for maintaing internal structures. */
Note:
See TracChangeset
for help on using the changeset viewer.