1#ifndef Cpl_Io_File_Common_x_h_
2#define Cpl_Io_File_Common_x_h_
36 static Cpl::Io::Descriptor open(
const char* fileEntryName,
bool readOnly=
true,
bool forceCreate=
false,
bool forceEmptyFile=
false );
This private concrete class is a helper class that implements the common functions for the handling f...
Definition Common_.h:28
static bool currentPos(Cpl::Io::Descriptor fd, unsigned long ¤tPos)
See Cpl::Io::File::ObjectApi.
static bool length(Cpl::Io::Descriptor fd, unsigned long &length)
See Cpl::Io::File::ObjectApi.
static bool setToEof(Cpl::Io::Descriptor fd)
See Cpl::Io::File::ObjectApi.
static bool setRelativePos(Cpl::Io::Descriptor fd, long deltaOffset)
See Cpl::Io::File::ObjectApi.
static Cpl::Io::Descriptor open(const char *fileEntryName, bool readOnly=true, bool forceCreate=false, bool forceEmptyFile=false)
Opens a file.
static bool setAbsolutePos(Cpl::Io::Descriptor fd, unsigned long newoffset)
See Cpl::Io::File::ObjectApi.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20
This union defines a 'IO descriptor' in terms of a an integer and/or a void*.
Definition Descriptor.h:26