public interface InputConnection extends Connection
| Modifier and Type | Method and Description |
|---|---|
DataInputStream |
openDataInputStream()
Open and return a data input stream for a connection.
|
InputStream |
openInputStream()
Open and return an input stream for a connection.
|
closeInputStream openInputStream() throws IOException
IOException - If an I/O error occursSecurityException - If a security manager exists, and the
operation is not allowed. (See the overview page for more information.)DataInputStream openDataInputStream() throws IOException
IOException - If an I/O error occursSecurityException - If a security manager exists, and the
operation is not allowed. (See the overview page for more information.)Copyright © 2012 code4tv.com. All Rights Reserved.