org.globus.io.streams
Class GridFTPInputStream
java.lang.Object
java.io.InputStream
org.globus.io.streams.GlobusInputStream
org.globus.io.streams.FTPInputStream
org.globus.io.streams.GridFTPInputStream
- All Implemented Interfaces:
- java.io.Closeable
public class GridFTPInputStream
- extends FTPInputStream
Constructor Summary |
GridFTPInputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean reqDCAU)
|
GridFTPInputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean passive,
int type,
boolean reqDCAU)
|
GridFTPInputStream(org.ietf.jgss.GSSCredential cred,
java.lang.String host,
int port,
java.lang.String file)
|
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 |
GridFTPInputStream
public GridFTPInputStream(org.ietf.jgss.GSSCredential cred,
java.lang.String host,
int port,
java.lang.String file)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
GridFTPInputStream
public GridFTPInputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean reqDCAU)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
GridFTPInputStream
public GridFTPInputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean passive,
int type,
boolean reqDCAU)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
Copyright © 2013. All Rights Reserved.