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
| 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 |
GSIInputStream
public GSIInputStream(java.io.InputStream in)
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