GSIOutputStream (Java Globus API)

org.globus.io.ftp.internal
Class GSIOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--org.globus.io.ftp.internal.GSIOutputStream

public class GSIOutputStream
extends java.io.OutputStream


Constructor Summary
GSIOutputStream(java.io.OutputStream out)
           
 
Method Summary
 void flush()
           
 void setMode(int mode)
           
 void write(byte[] buf)
           
 void write(byte[] buf, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSIOutputStream

public GSIOutputStream(java.io.OutputStream out)
Method Detail

setMode

public void setMode(int mode)

flush

public void flush()
           throws java.io.IOException
Overrides:
flush in class java.io.OutputStream
java.io.IOException

write

public void write(byte[] buf)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream
java.io.IOException

write

public void write(byte[] buf,
                  int off,
                  int len)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream
java.io.IOException

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
java.io.IOException