public class GridFTPInputStream extends FTPInputStream
ftp, input, state
Constructor and Description |
---|
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) |
abort, available, close, get, getSize, read, read, read
mark, markSupported, reset, skip
public GridFTPInputStream(GSSCredential cred, String host, int port, String file) throws IOException, FTPException
IOException
FTPException
public GridFTPInputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean reqDCAU) throws IOException, FTPException
IOException
FTPException
public GridFTPInputStream(GSSCredential cred, Authorization auth, String host, int port, String file, boolean passive, int type, boolean reqDCAU) throws IOException, FTPException
IOException
FTPException
Copyright © 2016. All rights reserved.