func property(forKey : Stream.PropertyKey) -> Any?
Returns the receiver’s property for a given key.
レシーバのもつプロパティをある与えられたキーに対して返します。
func setProperty (Any?, forKey : Stream.PropertyKey) -> Bool
Attempts to set the value of a given property of the receiver and returns a Boolean value that indicates whether the value is accepted by the receiver.
レシーバのある与えられたプロパティの値を設定するよう試みます、そしてその値がレシーバによって受け入れられるかどうかを指し示すブール値を返します。