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.

ExceptionGeneration condition
SDPClientExceptionThe input stream was already closed.

Return value

None.