|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.io.axReader
com.etasoft.trans.io.axCustomInputBuffer
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 |
public axCustomInputBuffer() throws axException
Method Detail |
public void open(java.lang.String dataPath, axInputParameters inputParams) throws axException
open
in class axReader
axException
public static java.util.ArrayList getList(java.lang.String dataPath)
public void close() throws axException
close
in class axReader
axException
public int read(char[] cbuf) throws axException
read
in class axReader
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |