init(contentsOfFile : String, options: NSData.ReadingOptions)
Initializes a data object with the content of the file at a given path.
あるデータオブジェクトをある与えられたパスでのファイルの内容で初期化します。
init?(contentsOf : URL)
Initializes a data object with the data from the location specified by a given URL.
あるデータオブジェクトをある与えられたURLによって指定される場所からのデータで初期化します。
init(contentsOf : URL, options: NSData.ReadingOptions)
Initializes a data object with the data from the location specified by a given URL.
あるデータオブジェクトをある与えられたURLによって指定される場所からのデータで初期化します。
struct NSData.ReadingOptions
Options for methods used to read data objects.
データオブジェクトの読み出しに使用されるメソッドに対するオプション。
init?(contentsOfMappedFile : String)
Initializes a data object with the contents of the mapped file specified by a given path.
あるデータオブジェクトをある与えられたパスによって指定されるマップファイルの内容で初期化します。
class func dataWithContentsOfMappedFile (String) -> Any?
Creates a data object from the mapped file at a given path.
与えられたパスでのマップファイルからデータオブジェクトを作成します。