Overview of iTool File Readers

A file reader is an iTool component object class that defines how data stored in a file should be imported into the iTool environment. File readers have mechanisms for determining the type of data stored in a file, which allows them to create IDLitData objects from the stored data. Some file readers implement a graphical user interface allowing the user to specify the format of data before importing into the iTool; others read a well-defined file type and operate more or less automatically. Some examples of iTool file readers are:

A number of standard file readers are predefined and included in the IDL iTools package as described in Predefined iTool File Readers.

The File Reader Creation Process

To create a new iTool file reader, you will do the following:

This chapter describes the process of creating a new file reader based on the IDLitReader class.