func open()
Opens the receiving stream.
受け取っているストリームを開きます。
Availability 有効性
Technology
func close()
Closing the stream terminates the flow of bytes and releases system resources that were reserved for the stream when it was opened. If the stream has been scheduled on a run loop, closing the stream implicitly removes the stream from the run loop. A stream that is closed can still be queried for its properties. ストリームを閉じることは、バイトの流れを終わらせます、そしてそれが開かれた時にストリームのために予約されたシステムリソースを開放します。ストリームが実行ループ上で予約されているならば、ストリームを閉じることは暗黙的にストリームを実行ループから取り除きます。閉じられるストリームは、依然としてそれのプロパティに対して質問されることが可能です。
func open()