- loadItemForTypeIdentifier:options:completionHandler:
Loads the item’s data and coerces it (as needed) to the specified type.
項目の持つデータをロードして、それを(必要に応じて)指定された型へと強制します。
- loadDataRepresentationForTypeIdentifier:completionHandler:
Asynchronously copies the provided, typed data into an
NSData
object, returning an NSProgress
object.
提供された、型付けされたデータをNSData
オブジェクトへと非同期にコピーします、NSProgress
オブジェクトを返します。
- loadFileRepresentationForTypeIdentifier:completionHandler:
Asynchronously writes a copy of the provided, typed data to a temporary file, returning an
NSProgress
object.
提供された、型付けされたデータを一時ファイルへと非同期に書き出します、NSProgress
オブジェクトを返します。
- loadInPlaceFileRepresentationForTypeIdentifier:completionHandler:
Asynchronously opens a file in place, if doing so is possible, returning an
NSProgress
object.
ファイルをその場で非同期に開きます、そうすることが可能ならば、NSProgress
オブジェクトを返します。