Public Members

Data Members

m_pStream A data member containing a pointer to an open file.  

Construction/Destruction

CStdioFile Constructs a CStdioFile object from a path or file pointer.  
~CStdioFile Destroys the object and closes the file if it is open.  

Text Read/Write

ReadString Reads a single line of text.  
WriteString Writes a single line of text.