![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This private concrete class is a helper class that implements the common functions for the handling files. More...
This private concrete class is a helper class that implements the common functions for the handling files.
#include <Common_.h>
Static Public Member Functions | |
static Cpl::Io::Descriptor | open (const char *fileEntryName, bool readOnly=true, bool forceCreate=false, bool forceEmptyFile=false) |
Opens a file. | |
static bool | length (Cpl::Io::Descriptor fd, unsigned long &length) |
See Cpl::Io::File::ObjectApi. | |
static bool | currentPos (Cpl::Io::Descriptor fd, unsigned long ¤tPos) |
See Cpl::Io::File::ObjectApi. | |
static bool | setRelativePos (Cpl::Io::Descriptor fd, long deltaOffset) |
See Cpl::Io::File::ObjectApi. | |
static bool | setAbsolutePos (Cpl::Io::Descriptor fd, unsigned long newoffset) |
See Cpl::Io::File::ObjectApi. | |
static bool | setToEof (Cpl::Io::Descriptor fd) |
See Cpl::Io::File::ObjectApi. | |
|
static |
|
static |
|
static |
Opens a file.
The default arguments are set for:
o Read/Write access o Do NOT create the file if the file does not exist o Do NOT truncate the file contents
|
static |
|
static |
|
static |