|
size_t | Read (void *buffer, size_t size, size_t count) const never_throws |
|
size_t | Write (const void *buffer, size_t size, size_t count) never_throws |
|
size_t | Seek (size_t offset, int origin) never_throws |
|
size_t | TellP () const never_throws |
|
void | Flush () const never_throws |
|
uint64 | GetSize () never_throws |
|
| BasicFile (const char filename[], const char readMode[], ShareMode::BitField shareMode=ShareMode::Read) |
|
| BasicFile (BasicFile &&moveFrom) never_throws |
|
BasicFile & | operator= (BasicFile &&moveFrom) never_throws |
|
The documentation for this class was generated from the following files:
- Utility/Streams/FileUtils.h
- Utility/Streams/WinAPI/FileUtils_WinAPI.cpp