+ outputStreamToMemory
Creates and returns an initialized output stream that will write stream data to memory.
初期化された出力ストリームを作成して返します、それはストリームデータをメモリへと書き込むものです。
+ outputStreamToBuffer:capacity:
Creates and returns an initialized output stream that can write to a provided buffer.
ある初期化された出力ストリームを作成して返します、それは提供されたバッファへと書き込めるものです。
+ outputStreamToFileAtPath:append:
Creates and returns an initialized output stream for writing to a specified file.
指定されたファイルへと書き込むためにある初期化された出力ストリームを作成して返します。
+ outputStreamWithURL:append:
Creates and returns an initialized output stream for writing to a specified URL.
指定されたURLへと書き込むためにある初期化された出力ストリームを作成して返します。
- initToMemory
Returns an initialized output stream that will write to memory.
初期化された出力ストリームを返します、それはメモリへと書き込むものです。
- initToFileAtPath:append:
Returns an initialized output stream for writing to a specified file.
指定されたファイルへと書き込むために初期化された出力ストリームを返します。
- initWithURL:append:
Returns an initialized output stream for writing to a specified URL.
指定されたURLへと書き込むために初期化された出力ストリームを返します。