class FtpFileObject.FtpInputStream extends MonitorInputStream
| Constructor and Description |
|---|
FtpInputStream(FtpClient client,
java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
abort() |
private boolean |
isTransferAbortedOkReplyCode() |
protected void |
onClose()
Called after the stream has been closed.
|
private final FtpClient client
public FtpInputStream(FtpClient client, java.io.InputStream in)
void abort()
throws java.io.IOException
java.io.IOExceptionprotected void onClose()
throws java.io.IOException
onClose in class MonitorInputStreamjava.io.IOException - if an error occurs.private boolean isTransferAbortedOkReplyCode()
throws java.io.IOException
java.io.IOException