FileBuffer of static size. More...
FileBuffer of static size.
Size | Size of the inner buffer used for the file. |
Additional Inherited Members | |
![]() | |
bool | IsModeRead () const |
Query if the file is in mode read. More... | |
bool | IsOpen () const |
Query if the file is open. More... | |
Stream & | GetStream () |
Gets the stream of the file. More... | |
void | StartOpen (PCChar8 fileName, FileMode mode) |
Opens the given file. (Cyclic API) More... | |
bool | IsOpenDone () |
Opens the given file. (Cyclic API) More... | |
void | StartClose () |
Closes the file. More... | |
bool | IsCloseDone () |
Closes the file. More... | |
void | StartFlush () |
Flushes the file. More... | |
bool | IsFlushDone () |
Flushes the file. More... | |
![]() | |
BaseFileBuffer (BaseMemoryStream &stream) | |
Constructor. More... | |