org.cdgsoftware.icl.reader
Class ICLReader

java.lang.Object
  extended by org.cdgsoftware.icl.reader.ICLReader

public class ICLReader
extends java.lang.Object

The Class ICLReader.


Constructor Summary
ICLReader(java.io.InputStream is)
          Instantiates a new iCL reader.
 
Method Summary
 ICLFile readICLFile()
          Read icl file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICLReader

public ICLReader(java.io.InputStream is)
Instantiates a new iCL reader.

Parameters:
is - the is
Method Detail

readICLFile

public ICLFile readICLFile()
                    throws java.io.IOException,
                           ICLException
Read icl file.

Returns:
the iCL file
Throws:
java.io.IOException - Signals that an I/O exception has occurred.
ICLException - the ICL exception