Interface FtpDataTransiver
-
- All Known Implementing Classes:
FtpDataTransiverImpl
public interface FtpDataTransiverCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru- Version:
- $Id: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()intgetDataPort()InputStreamgetInputStream()OutputStreamgetOutputStream()booleanisConnected()
-
-
-
Method Detail
-
getDataPort
int getDataPort()
-
isConnected
boolean isConnected()
-
close
void close()
-
getInputStream
InputStream getInputStream() throws IOException
- Throws:
IOException
-
getOutputStream
OutputStream getOutputStream() throws IOException
- Throws:
IOException
-
-