private static class FTPSource.FTPSourceOutputStream
extends java.io.ByteArrayOutputStream
| Modifier and Type | Field and Description |
|---|---|
private boolean |
m_isClosed |
private FTPSource |
m_source |
| Constructor and Description |
|---|
FTPSource.FTPSourceOutputStream(FTPSource source) |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
canCancel() |
(package private) void |
cancel() |
void |
close() |
(package private) FTPSource |
getSource() |
private final FTPSource m_source
private boolean m_isClosed
FTPSource.FTPSourceOutputStream(FTPSource source)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.ByteArrayOutputStreamjava.io.IOExceptionboolean canCancel()
void cancel()
throws java.lang.Exception
java.lang.ExceptionFTPSource getSource()