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

java.lang.Objectjava.io.Writer
java.io.BufferedWriter
com.flexstor.common.io.xfile.ftp.FtpWriter
- public class FtpWriter
- extends java.io.BufferedWriter
| Field Summary | |
private FtpSession |
m_client
|
| Fields inherited from class java.io.BufferedWriter |
|
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
(package private) |
FtpWriter(java.io.Writer out,
FtpSession client)
|
| Method Summary | |
void |
close()
This method flushes any remaining buffered chars then closes the underlying output stream. |
| Methods inherited from class java.io.BufferedWriter |
flush, newLine, write, write, write |
| Methods inherited from class java.io.Writer |
write, write |
| 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 |
FtpWriter
FtpWriter(java.io.Writer out, FtpSession client) throws java.io.IOException
| Method Detail |
close
public void close()
throws java.io.IOException
- Description copied from class:
java.io.BufferedWriter - This method flushes any remaining buffered chars then closes the
underlying output stream. Any further attempts to write to this stream
may throw an exception
|
|||||||||
| 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