Changeset 2254 for box/trunk/lib/common/IOStream.h
- Timestamp:
- 21/08/2008 12:05:38 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/IOStream.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/IOStream.h
r217 r2254 58 58 bool ReadFullBuffer(void *pBuffer, int NBytes, int *pNBytesRead, int Timeout = IOStream::TimeOutInfinite); 59 59 bool CopyStreamTo(IOStream &rCopyTo, int Timeout = IOStream::TimeOutInfinite, int BufferSize = 1024); 60 void Flush(int Timeout = IOStream::TimeOutInfinite); 60 61 61 62 static int ConvertSeekTypeToOSWhence(int SeekType);
Note: See TracChangeset
for help on using the changeset viewer.
