- closeWrite
Completes any enqueued reads and writes, and then closes the write side of the underlying socket.
あらゆるエンキューされた読み出しおよび書き出しを完了します、そしてそれから基礎をなすソケットの書き込み側を閉じます。
Availability 有効性
Technology
- (void)closeRead;
You may continue to write data using the write
method after calling this method. Any calls to read
after calling this method will result in an error.
あなたは、データの書き出しの継続をwrite
メソッドを使ってこのメソッドを呼び出す後にするかもしれません。このメソッドを呼び出す後のread
に対するあらゆる呼び出しは、エラーという結果になるでしょう。
- closeWrite