de.enough.polish.android.io
Interface OutputConnection

All Superinterfaces:
Connection
All Known Subinterfaces:
ContentConnection, HttpConnection, HttpsConnection, SecureConnection, SocketConnection, StreamConnection
All Known Implementing Classes:
HttpConnectionImpl, HttpsConnectionImpl

public interface OutputConnection
extends Connection


Method Summary
 DataOutputStream openDataOutputStream()
           
 OutputStream openOutputStream()
           
 
Methods inherited from interface de.enough.polish.android.io.Connection
close
 

Method Detail

openOutputStream

OutputStream openOutputStream()
                              throws IOException
Throws:
IOException

openDataOutputStream

DataOutputStream openDataOutputStream()
                                      throws IOException
Throws:
IOException