org.globus.io.streams
Class GridFTPInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.globus.io.streams.GlobusInputStream
          extended byorg.globus.io.streams.FTPInputStream
              extended byorg.globus.io.streams.GridFTPInputStream

public class GridFTPInputStream
extends FTPInputStream


Field Summary
 
Fields inherited from class org.globus.io.streams.FTPInputStream
ftp, input, state
 
Constructor Summary
GridFTPInputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean reqDCAU)
           
GridFTPInputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean passive, int type, boolean reqDCAU)
           
GridFTPInputStream(GSSCredential cred, String host, int port, String file)
           
 
Methods inherited from class org.globus.io.streams.FTPInputStream
abort, available, close, get, getSize, read, read, read
 
Methods inherited from class java.io.InputStream
mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPInputStream

public GridFTPInputStream(GSSCredential cred,
                          String host,
                          int port,
                          String file)
                   throws IOException,
                          FTPException

GridFTPInputStream

public GridFTPInputStream(GSSCredential cred,
                          Authorization auth,
                          String host,
                          int port,
                          String file,
                          boolean reqDCAU)
                   throws IOException,
                          FTPException

GridFTPInputStream

public GridFTPInputStream(GSSCredential cred,
                          Authorization auth,
                          String host,
                          int port,
                          String file,
                          boolean passive,
                          int type,
                          boolean reqDCAU)
                   throws IOException,
                          FTPException