|
|||||||||
| 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 FtpInputStream

java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
com.flexstor.common.io.xfile.ftp.FtpInputStream
- All Implemented Interfaces:
- java.io.Closeable
- public class FtpInputStream
- extends java.io.BufferedInputStream
| Field Summary | |
private FtpSession |
m_client
|
| Fields inherited from class java.io.BufferedInputStream |
buf, count, marklimit, markpos, pos |
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
FtpInputStream(java.io.InputStream in,
FtpSession client)
|
|
| Method Summary | |
void |
close()
This method closes the underlying input stream and frees any resources associated with it. |
| Methods inherited from class java.io.BufferedInputStream |
available, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.io.FilterInputStream |
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 |
FtpInputStream
public FtpInputStream(java.io.InputStream in, FtpSession client) throws java.io.IOException
| Method Detail |
close
public void close()
throws java.io.IOException
- Description copied from class:
java.io.BufferedInputStream - This method closes the underlying input stream and frees any
resources associated with it. Sets
buftonull.
|
|||||||||
| 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