Previous IDL Reference Guide: iTools Object Classes Next

IDLitReader

Superclasses | Creation | Properties | Methods | Examples | Version History

The IDLitReader class defines the interface used to construct file readers for the iTools framework. Objects of this class are not intended to be created as standalone entities; rather, this class should be included as the superclass of an iTool file reader class.

This class is written in the IDL language. Its source code can be found in the file idlitreader__define.pro in the lib/itools/framework subdirectory of the IDL distribution.

Superclasses

IDLitComponent

IDLitIMessaging


Note
See the iTools Object Model Diagram for a visual representation of the iTools object model hierarchy.

Creation

See IDLitReader::Init.

Properties

Objects of this class do not have any properties of their own, but do have properties inherited from any superclasses.

Methods

This class has the following methods:

In addition, this class inherits the methods of its superclasses.

Examples

See Creating a File Reader for examples using this class and its methods.

Version History

6.0
Introduced

  IDL Online Help (March 06, 2007)