macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

initWithURL:append:

-(id)initWithURL:(NSURL *)url:
             append:(BOOL)shouldAppend:

解説

ファイルにアウトプットストリームを初期化して返します。

返り値

( id )

オブジェクト

引数

( NSString * )path
( BOOL )shouldAppend

クラス

NSOutputStream

Instance Methods

使用可能

iOS4.0

参照

-initToMemory
-initToBuffer:capacity: ,+ outputStreamToFileAtPath:append:

例文