GSIInputStream (Java Globus API)

org.globus.io.ftp.internal
Class GSIInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.globus.io.ftp.internal.GSIInputStream

public class GSIInputStream
extends java.io.InputStream


Constructor Summary
GSIInputStream(java.io.InputStream in)
           
 
Method Summary
 int available()
           
 int read()
           
 int read(byte[] buff)
           
 int read(byte[] buff, int off, int len)
           
 void setMode(int mode)
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSIInputStream

public GSIInputStream(java.io.InputStream in)
Method Detail

setMode

public void setMode(int mode)

read

public int read(byte[] buff)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
java.io.IOException

read

public int read(byte[] buff,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
java.io.IOException

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
java.io.IOException

available

public int available()
              throws java.io.IOException
Overrides:
available in class java.io.InputStream
java.io.IOException