API Guides > ConceptRT 3.x
FileBuffer< Size > Class Template Reference

FileBuffer of static size. More...

Detailed Description

template<Int32 Size>
class ConceptRT::FileBuffer< Size >

FileBuffer of static size.

Template Parameters
SizeSize 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...
 
StreamGetStream ()
 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...