close

Closes the value stream.

Closes the value stream. Any buffered writes are automatically flushed. Throws a SUPStreamNotOpenException if the stream is not open.

Syntax

- (void)close;

Examples