close() method
Format
void close()
Explanation
Close the connection to an input stream.
Parameters
None.
Exceptions
The following table shows the exception and the condition for its generation.
Exception | Generation condition |
---|---|
SDPClientException | The input stream was already closed. |
Return value
None.