Instance Method インスタンスメソッド

initToMemory

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

Declaration 宣言

- (instancetype)initToMemory;

Return Value 戻り値

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

Discussion 議論

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

The contents of the memory stream are retrieved by passing the constant NSStreamDataWrittenToMemoryStreamKey to propertyForKey:. メモリストリームの内容は、定数NSStreamDataWrittenToMemoryStreamKeypropertyForKey:に渡すことによって回収されます。

See Also 参照

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