com.etasoft.trans.io
Class axReader

java.lang.Object
  extended bycom.etasoft.trans.io.axReader
Direct Known Subclasses:
axCustomInputBuffer, axFileReader, axFtpReader, axHttpReader, axJdbcReader

public abstract class axReader
extends java.lang.Object

Reader.


Constructor Summary
axReader()
          Initialize reader.
 
Method Summary
abstract  void close()
          Used in axReaderIterator.
abstract  void open(java.lang.String filePath, axInputParameters inputParams)
          Open reader, used in axReaderIterator.
 int read(char[] cbuf)
          Used in axReaderIterator.
 boolean read(java.lang.String section, java.util.HashMap hashMap)
          Used in axReaderIterator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axReader

public axReader()
         throws axException
Initialize reader.

Method Detail

open

public abstract void open(java.lang.String filePath,
                          axInputParameters inputParams)
                   throws axException
Open reader, used in axReaderIterator.

Throws:
axException

close

public abstract void close()
                    throws axException
Used in axReaderIterator.

Throws:
axException

read

public int read(char[] cbuf)
         throws axException
Used in axReaderIterator.

Throws:
axException

read

public boolean read(java.lang.String section,
                    java.util.HashMap hashMap)
             throws axException
Used in axReaderIterator.

Throws:
axException