org.globus.io.streams
Class GridFTPOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.globus.io.streams.GlobusOutputStream
          extended by org.globus.io.streams.FTPOutputStream
              extended by org.globus.io.streams.GridFTPOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class GridFTPOutputStream
extends FTPOutputStream


Field Summary
 
Fields inherited from class org.globus.io.streams.FTPOutputStream
ftp, output, state
 
Constructor Summary
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, org.globus.gsi.gssapi.auth.Authorization auth, java.lang.String host, int port, java.lang.String file, boolean append, boolean reqDCAU)
           
GridFTPOutputStream(org.ietf.jgss.GSSCredential cred, org.globus.gsi.gssapi.auth.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, org.globus.gsi.gssapi.auth.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, org.globus.gsi.gssapi.auth.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)
           
 
Method Summary
 
Methods inherited from class org.globus.io.streams.FTPOutputStream
abort, close, flush, put, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPOutputStream

public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
                           java.lang.String host,
                           int port,
                           java.lang.String file,
                           boolean append)
                    throws java.io.IOException,
                           org.globus.ftp.exception.FTPException
Throws:
java.io.IOException
org.globus.ftp.exception.FTPException

GridFTPOutputStream

public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
                           org.globus.gsi.gssapi.auth.Authorization auth,
                           java.lang.String host,
                           int port,
                           java.lang.String file,
                           boolean append,
                           boolean reqDCAU)
                    throws java.io.IOException,
                           org.globus.ftp.exception.FTPException
Throws:
java.io.IOException
org.globus.ftp.exception.FTPException

GridFTPOutputStream

public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
                           org.globus.gsi.gssapi.auth.Authorization auth,
                           java.lang.String host,
                           int port,
                           java.lang.String file,
                           boolean append,
                           boolean reqDCAU,
                           long size)
                    throws java.io.IOException,
                           org.globus.ftp.exception.FTPException
Throws:
java.io.IOException
org.globus.ftp.exception.FTPException

GridFTPOutputStream

public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
                           org.globus.gsi.gssapi.auth.Authorization auth,
                           java.lang.String host,
                           int port,
                           java.lang.String file,
                           boolean append,
                           boolean passive,
                           int type,
                           boolean reqDCAU)
                    throws java.io.IOException,
                           org.globus.ftp.exception.FTPException
Throws:
java.io.IOException
org.globus.ftp.exception.FTPException

GridFTPOutputStream

public GridFTPOutputStream(org.ietf.jgss.GSSCredential cred,
                           org.globus.gsi.gssapi.auth.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,
                           org.globus.ftp.exception.FTPException
Throws:
java.io.IOException
org.globus.ftp.exception.FTPException