|
|||||||||
| Home >> All >> com >> flexstor >> common >> io >> xfile >> [ ftp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.io.xfile.ftp
Class FtpReader

java.lang.Objectjava.io.Reader
java.io.BufferedReader
com.flexstor.common.io.xfile.ftp.FtpReader
- public class FtpReader
- extends java.io.BufferedReader
| Field Summary | |
private FtpSession |
m_client
|
| Fields inherited from class java.io.BufferedReader |
|
| Fields inherited from class java.io.Reader |
lock |
| Constructor Summary | |
(package private) |
FtpReader(java.io.Reader in,
FtpSession client)
|
| Method Summary | |
void |
close()
This method closes the underlying stream and frees any associated resources. |
| Methods inherited from class java.io.BufferedReader |
mark, markSupported, read, read, readLine, ready, reset, skip |
| Methods inherited from class java.io.Reader |
read |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_client
private FtpSession m_client
| Constructor Detail |
FtpReader
FtpReader(java.io.Reader in, FtpSession client) throws java.io.IOException
| Method Detail |
close
public void close()
throws java.io.IOException
- Description copied from class:
java.io.BufferedReader - This method closes the underlying stream and frees any associated
resources.
|
|||||||||
| Home >> All >> com >> flexstor >> common >> io >> xfile >> [ ftp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC