func read(from: URL, options: [AnyHashable : Any], documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?) -> Bool
Sets the contents of receiver from the file at
url
.
レシーバの内容をurl
でのファイルから設定します。
func read(fromFileURL : URL, options: [AnyHashable : Any], documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Sets the contents of the receiver from the file at the given URL.
レシーバの内容をこの与えられたURLでのファイルから設定します。