railo.commons.io.res.type.ftp
Class FTPResourceOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by railo.commons.io.res.util.ResourceOutputStream
          extended by railo.commons.io.res.type.ftp.FTPResourceOutputStream
All Implemented Interfaces:
Closeable, Flushable

public final class FTPResourceOutputStream
extends ResourceOutputStream


Constructor Summary
FTPResourceOutputStream(FTPResourceClient client, Resource res, OutputStream os)
          Constructor of the class
 
Method Summary
 void close()
           
 
Methods inherited from class railo.commons.io.res.util.ResourceOutputStream
flush, getOutputStream, getResource, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPResourceOutputStream

public FTPResourceOutputStream(FTPResourceClient client,
                               Resource res,
                               OutputStream os)
Constructor of the class

Parameters:
client -
res -
os -
Throws:
IOException
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class ResourceOutputStream
Throws:
IOException
See Also:
ResourceOutputStream.close()


Copyright © 2012 Railo