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

open

Opens the receiving stream. 受け取っているストリームを開きます。

Declaration 宣言

- (void)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 ストリームを使う