|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.microedition.io
Interface InputConnection

- All Superinterfaces:
- Connection
- All Known Subinterfaces:
- ContentConnection, HttpConnection, StreamConnection
- public interface InputConnection
- extends Connection
Method Summary | |
java.io.DataInputStream |
openDataInputStream()
|
java.io.InputStream |
openInputStream()
|
Methods inherited from interface javax.microedition.io.Connection |
close |
Method Detail |
openInputStream
public java.io.InputStream openInputStream() throws java.io.IOException
openDataInputStream
public java.io.DataInputStream openDataInputStream() throws java.io.IOException
|
|||||||||
Home >> All >> javax >> microedition >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |