NSStreamEventNone
No event has occurred.
イベントが発生しませんでした。
NSStreamEventOpenCompleted
The open has completed successfully.
開放は首尾よく完了しました。
NSStreamEventHasBytesAvailable
The stream has bytes to be read.
ストリームは読み出されるバイトを持ちます。
NSStreamEventHasSpaceAvailable
The stream can accept bytes for writing.
ストリームは書き出しのためにバイトを受け入れ可能です。
NSStreamEventErrorOccurred
An error has occurred on the stream.
エラーがストリーム上で発生しました。
NSStreamEventEndEncountered
The end of the stream has been reached.
ストリームの終わりが到達されました。