Class Overview
A wrapper for the SocketInputStream, the idea is that when it reaches the end of the stream, the FTPClient connection
gets closed.
Summary
|
[Expand]
Inherited Constants |
From class
java.io.InputStream
|
Fields
private
final
FTPClient
client
Public Constructors
public
FtpConnectionClosingInputStream
(FTPClient client, InputStream stream)
Public Methods
public
synchronized
void
mark
(int i)
public
boolean
markSupported
()
public
int
read
(byte[] bytes)
public
int
read
(byte[] bytes, int i, int i2)
public
synchronized
void
reset
()
public
long
skip
(long l)