Initializer

init(contentsOfMappedFile:)

Initializes a data object with the contents of the mapped file specified by a given path. あるデータオブジェクトをある与えられたパスによって指定されるマップファイルの内容で初期化します。

Declaration 宣言

init?(contentsOfMappedFile path: String)

Parameters パラメータ

path

The absolute path of the file from which to read data. それからデータ読み出すことになるファイルの絶対パス。

Return Value 戻り値

A data object initialized by reading into it the mapped file specified by path. pathによって指定されるマップファイルをそれへと読み出すことによって初期化されるデータオブジェクト。

See Also 参照

Reading Data from a File ファイルからデータを読み出す