close

Closes the value stream.

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

Syntax

- (void)close;

Examples