Package javax.microedition.io
Interface InputConnection
-
- All Superinterfaces:
Connection
- All Known Subinterfaces:
ContentConnection,HttpConnection,StreamConnection
public interface InputConnection extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataInputStreamopenDataInputStream()InputStreamopenInputStream()-
Methods inherited from interface javax.microedition.io.Connection
close
-
-
-
-
Method Detail
-
openDataInputStream
DataInputStream openDataInputStream() throws IOException
- Throws:
IOException
-
openInputStream
InputStream openInputStream() throws IOException
- Throws:
IOException
-
-