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

write(to:options:)

Writes the contents of the data buffer to a location. データバッファの内容をある位置へ書き込みます。

Declaration 宣言

func write(to url: URL, options: Data.WritingOptions = []) throws

Parameters パラメータ

url

The location to write the data into. データをそれへと書き込む位置。

options オプション

Options for writing the data. Default value is []. データ書き込みのためのオプション。省略時の値は[]です。

See Also 参照

Reading and Writing Data データの読み書き