Functions | |
bool | Easdif::SDIFEntity::Open (const char *filename, SdifFileModeET Mode) |
open the file of the entity in reading or writing mode | |
bool | Easdif::SDIFEntity::OpenRead (const char *filename) |
open a file in reading mode | |
bool | Easdif::SDIFEntity::ReOpenRead (const char *filename) |
open a file in reading mode without destroying any information in the internal FrameDirectory | |
bool | Easdif::SDIFEntity::OpenWrite (const char *filename) |
bool | Easdif::SDIFEntity::Close () |
close a file | |
bool | Easdif::SDIFEntity::Rewind () |
rewind a file to first non-ascii frame after the file header | |
bool | Easdif::SDIFEntity::isSeekable () |
examine seekability of current file | |
SdifFileT * | Easdif::SDIFEntity::GetFile () const |
bool | Easdif::SDIFEntity::good () const |
bool | Easdif::SDIFEntity::eof () const |
|
open the file of the entity in reading or writing mode
|
|
open a file in reading mode
|
|
open a file in reading mode without destroying any information in the internal FrameDirectory
Attention reusing a directory is only reasonable if the same file is. If there is no directory information, either if the SDIFEntity has just been created or the file that has previously been opened did not use a frame directory this call is equivalent to OpenRead()
|
|
open a file in writing mode
|
|
close a file
|
|
rewind a file to first non-ascii frame after the file header
|
|
examine seekability of current file
|
|
get the SdifFileT* file
|
|
test file state
|
|
true if file is at eof |