de.enough.polish.android.io
Interface InputConnection

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

public interface InputConnection
extends Connection


Method Summary
 DataInputStream openDataInputStream()
           
 InputStream openInputStream()
           
 
Methods inherited from interface de.enough.polish.android.io.Connection
close
 

Method Detail

openInputStream

InputStream openInputStream()
                            throws IOException
Throws:
IOException

openDataInputStream

DataInputStream openDataInputStream()
                                    throws IOException
Throws:
IOException