org.globus.io.streams
Class GridFTPOutputStream
java.lang.Object
java.io.OutputStream
org.globus.io.streams.GlobusOutputStream
org.globus.io.streams.FTPOutputStream
org.globus.io.streams.GridFTPOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class GridFTPOutputStream
- extends FTPOutputStream
Constructor Summary |
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU)
|
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU)
|
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU,
long size)
|
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU,
long size)
|
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
java.lang.String host,
int port,
java.lang.String file,
boolean append)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridFTPOutputStream
public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
java.lang.String host,
int port,
java.lang.String file,
boolean append)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
GridFTPOutputStream
public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
GridFTPOutputStream
public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean reqDCAU,
long size)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
GridFTPOutputStream
public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
GridFTPOutputStream
public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
Authorization auth,
java.lang.String host,
int port,
java.lang.String file,
boolean append,
boolean passive,
int type,
boolean reqDCAU,
long size)
throws java.io.IOException,
FTPException
- Throws:
java.io.IOException
FTPException
Copyright © 2013. All Rights Reserved.