Initializer
init(serializedRepresentation:)
Initializes the receiver as a regular-file file wrapper from given serialized data.
与えられたシリアライズされたデータから、レシーバを通常ファイルファイルラッパーとして初期化します。
Declaration
宣言
init?(serializedRepresentation serializeRepresentation: Data
)
Return Value
戻り値
Regular-file file wrapper initialized from serializedRepresentation
.
serializedRepresentation
から初期化される通常ファイルファイルラッパー。
Discussion
議論
The file wrapper is not associated with a file-system node until you save it using write(to:options:originalContentsURL:)
.
ファイルラッパーは、あなたがそれをwrite(to:options:originalContentsURL:)
を使って保存するまでは、ファイルシステムノードと結び付けられません。
See Also
参照
Creating File Wrappers
ファイルラッパーを作成する
init?(path: String)
Initializes a file wrapper instance whose kind is determined by the type of file-system node located by the path.
ファイルラッパーインスタンスを初期化します、それのもつ種類はパスによって位置決めされるファイルシステムノードの型によって決定されます。
Deprecated
非推奨
Related Documentation
関連文書