The CADFileIO class provides in/out file operations as read, write, seek, etc. This is abstract class.
More...
#include <cadfileio.h>
|
| CADFileIO (const char *pszFileName) |
|
virtual const char * | ReadLine ()=0 |
|
virtual bool | Eof ()=0 |
|
virtual bool | Open (int mode)=0 |
|
virtual bool | IsOpened () const |
|
virtual bool | Close () |
|
virtual int | Seek (long int offset, SeekOrigin origin)=0 |
|
virtual long int | Tell ()=0 |
|
virtual size_t | Read (void *ptr, size_t size)=0 |
|
virtual size_t | Write (void *ptr, size_t size)=0 |
|
virtual void | Rewind ()=0 |
|
const char * | GetFilePath () const |
|
|
const char * | m_pszFilePath |
|
bool | m_bIsOpened |
|
The CADFileIO class provides in/out file operations as read, write, seek, etc. This is abstract class.
Enumerator |
---|
BEG |
Begin of the file
|
CUR |
Current position of the pointer
|
END |
End of file
|
The documentation for this class was generated from the following files: