org.cdgsoftware.icl.reader
Class ICLFileRecordReader

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

public class ICLFileRecordReader
extends java.lang.Object

The Class ICLFileRecordReader.


Constructor Summary
ICLFileRecordReader()
          Instantiates a new iCL file record reader.
ICLFileRecordReader(java.io.InputStream is)
          Instantiates a new iCL file record reader.
 
Method Summary
 java.io.InputStream getInputStream()
          Gets the input stream.
 java.util.ArrayList<Record> getRecords()
          Gets the records.
 java.util.ArrayList<Record> read()
          Read.
 void setInputStream(java.io.InputStream inputStream)
          Sets the input stream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICLFileRecordReader

public ICLFileRecordReader()
Instantiates a new iCL file record reader.


ICLFileRecordReader

public ICLFileRecordReader(java.io.InputStream is)
Instantiates a new iCL file record reader.

Parameters:
is - the is
Method Detail

read

public java.util.ArrayList<Record> read()
Read.

Returns:
the array list< record>

getInputStream

public java.io.InputStream getInputStream()
Gets the input stream.

Returns:
the input stream

setInputStream

public void setInputStream(java.io.InputStream inputStream)
Sets the input stream.

Parameters:
inputStream - the new input stream

getRecords

public java.util.ArrayList<Record> getRecords()
Gets the records.

Returns:
the records