|
||||||||||
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.axFtpReader
FTP reader.
Constructor Summary | |
axFtpReader(java.lang.String ftpPath,
axInputParameters inputParams)
Connect to FTP server and 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 ftpPath,
axInputParameters inputParams)
Open ftp connection for the reader. |
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 axFtpReader(java.lang.String ftpPath, axInputParameters inputParams) throws axException
Method Detail |
public void open(java.lang.String ftpPath, 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 |