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
| 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[] 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