Java Globus API: Class GSIInputStream

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()
           
 void myread()
           
 int read()
           
 int read(byte[] msg)
           
 int read(byte[] b, int f, int g)
           
 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[] msg)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

myread

public void myread()
            throws java.io.IOException

read

public int read(byte[] b,
                int f,
                int g)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

read

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

available

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