com.etasoft.trans.io
Class axCustomInputBuffer

java.lang.Object
  extended bycom.etasoft.trans.io.axReader
      extended bycom.etasoft.trans.io.axCustomInputBuffer

public class axCustomInputBuffer
extends axReader

Custom reader.


Constructor Summary
axCustomInputBuffer()
          Custom reader must have parameterless constructor in order to be instantiated.
 
Method Summary
 void close()
          Close reader.
static java.util.ArrayList getList(java.lang.String dataPath)
          Get list of files matching wildcard criterion in dataPath.
 void open(java.lang.String dataPath, axInputParameters inputParams)
          Open reader.
 int read(char[] cbuf)
          Read number of characters.
 
Methods inherited from class com.etasoft.trans.io.axReader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axCustomInputBuffer

public axCustomInputBuffer()
                    throws axException
Custom reader must have parameterless constructor in order to be instantiated.

Method Detail

open

public void open(java.lang.String dataPath,
                 axInputParameters inputParams)
          throws axException
Open reader.

Specified by:
open in class axReader
Throws:
axException

getList

public static java.util.ArrayList getList(java.lang.String dataPath)
Get list of files matching wildcard criterion in dataPath.


close

public void close()
           throws axException
Close reader.

Specified by:
close in class axReader
Throws:
axException

read

public int read(char[] cbuf)
         throws axException
Read number of characters. Returns: The number of characters read, or -1 if the end of the stream has been reached.

Overrides:
read in class axReader
Throws:
axException