Initializer

init(resolvingBookmarkData:options:relativeTo:bookmarkDataIsStale:)

Initializes a newly created NSURL that points to a location specified by resolving bookmark data. 新しく作成されたNSURLを初期化します、それはブックマークデータを解決することによって指定されるある位置を指し示します。

Declaration 宣言

convenience init(resolvingBookmarkData bookmarkData: Data, 
         options: NSURL.BookmarkResolutionOptions = [], 
      relativeTo relativeURL: URL?, 
bookmarkDataIsStale isStale: UnsafeMutablePointer<ObjCBool>?) throws

Parameters パラメータ

bookmarkData

The bookmark data the URL is derived from. URLがそれから引き出されるブックマークデータ。

options オプション

Options taken into account when resolving the bookmark data. ブックマークデータを解決する時に考慮に入れるオプション。

relativeURL

The base URL that the bookmark data is relative to. ブックマークデータがそれに相対的である基準URL。

isStale

If true, the bookmark data is stale. trueならば、ブックマークデータは失効しています。

error

The error that occurred in the case that the URL cannot be created. URLが作成されることができないという事情で発生したエラー。

Return Value 戻り値

An NSURL initialized by resolving bookmarkData. bookmarkDataを解決することによって初期化されるNSURL。

Discussion 議論

See Also 参照

Creating an NSURL Object NSURLオブジェクトを作成する