Type Method 型メソッド

outputStreamToMemory

Creates and returns an initialized output stream that will write stream data to memory. 初期化された出力ストリームを作成して返します、それはストリームデータをメモリへと書き込むものです。

Declaration 宣言

+ (instancetype)outputStreamToMemory;

Return Value 戻り値

An initialized output stream that will write stream data to memory. ある初期化された出力ストリーム、それはストリームデータをメモリへと書き込むものです。

Discussion 議論

The stream must be opened before it can be used. ストリームは、それが使われる前に開かれなければなりません。

You retrieve the contents of the memory stream by sending the message propertyForKey: to the receiver with an argument of NSStreamDataWrittenToMemoryStreamKey. あなたはメモリストリームの内容を、メッセージpropertyForKey:をレシーバにNSStreamDataWrittenToMemoryStreamKeyの引数とともに送ることによって回収できます。

See Also 参照

Creating Streams ストリームを作成する

Related Documentation 関連文書