javax.microedition.io
Interface InputConnection
- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- CommConnection, ContentConnection, HttpConnection, HttpsConnection, SecureConnection, SocketConnection, StreamConnection
public interface InputConnection
- extends Connection
Standard Java interface.
Compliance: CLDC: 1.0 complete
openInputStream
InputStream openInputStream()
throws IOException
- Throws:
IOException
openDataInputStream
DataInputStream openDataInputStream()
throws IOException
- Throws:
IOException