static let dataWrittenToMemoryStreamKey : Stream.PropertyKey
Value is an
NSData
instance containing the data written to a memory stream.
値は、あるNSData
インスタンスで、メモリストリームに書き出されるデータを含んでいます。
static let fileCurrentOffsetKey : Stream.PropertyKey
Value is an
NSNumber
object containing the current absolute offset of the stream.
値は、あるNSNumber
オブジェクトで、ストリームの現在の絶対オフセットを含んでいます。
static let networkServiceType : Stream.PropertyKey
The type of service for the stream. Providing the service type allows the system to properly handle certain attributes of the stream, including routing and suspension behavior. Most streams do not need to set this property. See
Stream Service Types
for a list of possible values.
ストリームに対するサービスの型。サービス型を提供することは、ストリームの特定の属性をシステムに適切に取り扱わせます、ルーティングおよび待機挙動を含めて。ほとんどのストリームは、このプロパティを設定する必要はありません。Stream Service Types
を可能な値の一覧として見てください。
static let socksProxyConfigurationKey : Stream.PropertyKey
Value is an
NSDictionary
object containing SOCKS proxy configuration information.
値は、あるNSDictionary
オブジェクトでSOCKSプロキシ構成設定情報を含んでいます。