Initializer

init(regularFileWithContents:)

Initializes the receiver as a regular-file file wrapper. レシーバを通常ファイルファイルラッパーとして初期化します。

Declaration 宣言

init(regularFileWithContents contents: Data)

Parameters パラメータ

contents

Contents of the file. ファイルの内容。

Return Value 戻り値

Initialized regular-file file wrapper containing contents. 初期化された通常ファイルファイルラッパー、contentsを含んでいます。

Discussion 議論

After initialization, the file wrapper is not associated with a file-system node until you save it using write(to:options:originalContentsURL:). 初期化後、ファイルラッパーは、ファイルシステムノードと結び付けられません、あなたがそれをwrite(to:options:originalContentsURL:)を使って保存しない限りは。

The file wrapper is initialized with open permissions: anyone can write to or read the file wrapper. ファイルラッパーは、開放権限で初期化されます:誰もがそのファイルラッパーを読み書きできます。

See Also 参照

Creating File Wrappers ファイルラッパーを作成する

Related Documentation 関連文書