|
||||||||||
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.axFileReader
File reader.
Constructor Summary | |
axFileReader(java.lang.String filePath,
axInputParameters inputParams)
Open input stream. |
Method Summary | |
void |
close()
Used in axReaderIterator. |
static java.util.ArrayList |
getList(java.lang.String dataPath)
Get list of files matching wildcard criterion in dataPath. |
void |
open(java.lang.String filePath,
axInputParameters inputParams)
Open file for reading. |
int |
read(char[] cbuf)
Used in axReaderIterator. |
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 axFileReader(java.lang.String filePath, axInputParameters inputParams) throws axException
Method Detail |
public void open(java.lang.String filePath, 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 |