Instance Method インスタンスメソッド

closeRead

Completes any enqueued reads and writes, and then closes the read side of the underlying socket. あらゆるエンキューされた読み出しおよび書き出しを完了します、そしてそれから基礎をなすソケットの読み出し側を閉じます。

Declaration 宣言

- (void)closeRead;

Discussion 議論

You may continue to write data using the writeData:timeout:completionHandler: method after calling this method. Any calls to readDataOfMinLength:maxLength:timeout:completionHandler: after calling this method will result in an error. あなたは、データの書き出しの継続をwriteData:timeout:completionHandler:メソッドを使ってこのメソッドを呼び出す後にするかもしれません。このメソッドを呼び出す後のreadDataOfMinLength:maxLength:timeout:completionHandler:に対するあらゆる呼び出しは、エラーという結果になるでしょう。

See Also 参照

Closing Read and Write Sockets 読み出しおよび書き込みソケットを閉じる