API Guides > ConceptRT 3.x
FileBufferDynamic Class Reference

File that can be used in cyclic context thanks to its internal buffer. Usage is non-deterministic.. More...

Detailed Description

File that can be used in cyclic context thanks to its internal buffer. Usage is non-deterministic..

+ Inheritance diagram for FileBufferDynamic:

Public Member Methods

 FileBufferDynamic ()
 Default constructor. More...
 
- 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...
 

Additional Inherited Members

- Protected Member Functions inherited from BaseFileBuffer
 BaseFileBuffer (BaseMemoryStream &stream)
 Constructor. More...
 

Constructor & Destructor Documentation

FileBufferDynamic ( )
inline

Default constructor.