static var openCompleted : Stream.Event
The open has completed successfully.
開放は首尾よく完了しました。
static var hasBytesAvailable : Stream.Event
The stream has bytes to be read.
ストリームは読み出されるバイトを持ちます。
static var hasSpaceAvailable : Stream.Event
The stream can accept bytes for writing.
ストリームは書き出しのためにバイトを受け入れ可能です。
static var errorOccurred : Stream.Event
An error has occurred on the stream.
エラーがストリーム上で発生しました。
static var endEncountered : Stream.Event
The end of the stream has been reached.
ストリームの終わりが到達されました。