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

writeData:

Writes the specified data synchronously to the file handle.

Declaration 宣言

- (void)writeData:(NSData *)data;

Parameters パラメータ

data

The data to write to the file handle.

Discussion 議論

If the handle represents a file, writing takes place at the file pointer’s current position. After it writes the data, the method advances the file pointer by the number of bytes written. それがデータを書き出す後、メソッドはファイルポインタを書き出されたバイト数だけ前進させます。

See Also 参照

Deprecated 非推奨

Related Documentation 関連文書