Class GridFTPInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class GridFTPInputStream
    extends FTPInputStream
    • Constructor Summary

      Constructors 
      Constructor Description
      GridFTPInputStream​(org.ietf.jgss.GSSCredential cred, java.lang.String host, int port, java.lang.String file)  
      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)  
    • Method Summary

      • Methods inherited from class java.io.InputStream

        mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • 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