protected class FTPService.RemoteFtpOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
RemoteFtpOutputStream(org.apache.commons.net.ftp.FTPClient ftpClient,
java.io.OutputStream outputStream) |
RemoteFtpOutputStream(org.apache.commons.net.ftp.FTPClient ftpClient,
java.io.OutputStream outputStream,
boolean isCloseConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
public RemoteFtpOutputStream(org.apache.commons.net.ftp.FTPClient ftpClient,
java.io.OutputStream outputStream,
boolean isCloseConnection)
public RemoteFtpOutputStream(org.apache.commons.net.ftp.FTPClient ftpClient,
java.io.OutputStream outputStream)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOException