Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SDIFEntity - Operations with file


Functions

bool Open (const char *filename, SdifFileModeET Mode)
bool OpenRead (const char *filename)
bool OpenWrite (const char *filename)
bool Close ()
bool Rewind ()
SdifFileT * GetFile () const

Function Documentation

bool Easdif::SDIFEntity::Open const char *    filename,
SdifFileModeET    Mode
[inherited]
 

open the file of the entity in reading or writing mode

Parameters:
filename 
Mode  can be "eReadFile" or "eWriteFile"
Returns:
true if opened/false if error

bool Easdif::SDIFEntity::OpenRead const char *    filename [inherited]
 

open a file in reading mode

Parameters:
filename 
Returns:
true if opened/false if error

bool Easdif::SDIFEntity::OpenWrite const char *    filename [inherited]
 

open a file in writing mode

Parameters:
filename 
Returns:
true if opened/false if error

bool Easdif::SDIFEntity::Close   [inherited]
 

close a file

Returns:
true if closed / false if file was not opened

bool Easdif::SDIFEntity::Rewind   [inherited]
 

rewind a file to first non-ascii frame after the file header

Returns:
true if a signature was read

SdifFileT * Easdif::SDIFEntity::GetFile   const [inherited]
 

get the SdifFileT* file


Generated on Mon Feb 2 19:27:12 2004 for Easdif by doxygen1.2.16