Next:
Method loadRecord
Up:
DTWFileIO module interfaces
Previous:
DTWFileIO module interfaces
 
Contents
Method openDataSet
Purpose:
Open data set file for reading. Raise a DTWFileIOException if an error occurs.
Declaration:
int openDataSet( String Filename ) throws DTWFileIOException{}
Parameters:
Filename
Filename with full path
Return value:
Number of records in opened data set.
2002-03-19