Contents

open()

Opens the receiving stream.

Declaration

func open()

Discussion

A stream must be created before it can be opened. Once opened, a stream cannot be closed and reopened.

See Also

Using Streams