org.mule.providers.ftp.server
Class SignallingOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.mule.providers.ftp.server.SignallingOutputStream

public class SignallingOutputStream
extends OutputStream


Constructor Summary
SignallingOutputStream(String name, ServerState state)
           
 
Method Summary
 void close()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignallingOutputStream

public SignallingOutputStream(String name,
                              ServerState state)
Method Detail

write

public void write(int b)
           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.