Closeable
, AutoCloseable
public class GridFTPInputStream extends FTPInputStream
ftp, input, state
Constructor | Description |
---|---|
GridFTPInputStream(GSSCredential cred,
String host,
int port,
String file) |
|
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) |
abort, available, close, get, getSize, read, read, read
mark, markSupported, readAllBytes, readNBytes, reset, skip, transferTo
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 © 2018. All rights reserved.