Stream.close()

DESCRIPTION

Close the write direction of the stream. Blocks until the close is complete.

This will make the other end reach end of file when reading from a stream when all sent data has been received and acknowledged. A call to close does not affect the read direction of the stream.

DECLARATION

    public func close() throws 

THROWS ERRORS

ABORTED:
if the stream is closed
OPERATION_IN_PROGRESS:
if a stream write is in progress