FileBuffer of static size. More...
FileBuffer of static size.
| Size | Size of the inner buffer used for the file. |
Inheritance diagram for FileBuffer< Size >:Additional Inherited Members | |
Public Member Methods inherited from BaseFileBuffer | |
| 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... | |
Protected Member Functions inherited from BaseFileBuffer | |
| BaseFileBuffer (BaseMemoryStream &stream) | |
| Constructor. More... | |