TRODLReader

Overview

TRODLReader is a base class that contains abstract methods for reading a RODL file into the TRODLLibrary. It is an ancestor for the TXMLToRODL class.

Location


Instance Methods


constructor Create  virtual

Creates a new instance.

constructor Create

IntReadFromStream  protected virtual abstract

function IntReadFromStream(Source: TStream; aFilename: string): TRODLLibrary

Parameters:

  • Source:
  • aFilename:

Read

function Read(Source: TStream; const aFilename: string): TRODLLibrary

Parameters:

  • Source:
  • aFilename:

ReadFromFile

function ReadFromFile(const aFileName: string): TRODLLibrary

Parameters:

  • aFileName: