public interface InputConnection extends Connection
Modifier and Type | Method and Description |
---|---|
java.io.DataInputStream |
openDataInputStream()
Open and return a data input stream for a connection.
|
java.io.InputStream |
openInputStream()
Open and return an input stream for a connection.
|
close