Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.io.xfile.ftp
Class FtpWriter  view FtpWriter download FtpWriter.java

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.BufferedWriter
          extended bycom.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