Instance Method
インスタンスメソッド
initWithContentsOfFile:options:error:
Initializes a data object with the content of the file at a given path.
あるデータオブジェクトをある与えられたパスでのファイルの内容で初期化します。
Parameters
パラメータ
path
The absolute path of the file from which to read data.
それからデータ読み出すことになるファイルの絶対パス。
mask
A mask that specifies options for reading the data. Constant components are described in NSDataReadingOptions
.
データ読み出しに対するオプションを指定するあるマスク。定数構成要素それらは、NSDataReadingOptions
において記述されます。
errorPtr
If an error occurs, upon return contains an NSError
object that describes the problem.
エラーが発生するならば、戻りでは、問題を記述するNSError
オブジェクトを含みます。
Return Value
戻り値
A data object initialized by reading into it the data from the file specified by path
.
path
によって指定されるファイルからのデータをそれへと読み出すことによって初期化されるデータオブジェクト。
See Also
参照
Reading Data from a File
ファイルからデータを読み出す
+ dataWithContentsOfFile:
Creates a data object by reading every byte from the file at a given path.
データオブジェクトを、ある与えられたパスでのファイルからあらゆるバイトを読み出すことによって作成します。
+ dataWithContentsOfURL:
Creates a data object containing the data from the location specified by a given URL.
与えられたURLによって指定される位置からのデータを含んでいるデータオブジェクト。
- initWithContentsOfFile:
Initializes a data object with the content of the file at a given path.
あるデータオブジェクトをある与えられたパスでのファイルの内容で初期化します。
- initWithContentsOfURL:
Initializes a data object with the data from the location specified by a given URL.
あるデータオブジェクトをある与えられたURLによって指定される場所からのデータで初期化します。
NSDataReadingOptions
Options for methods used to read data objects.
データオブジェクトの読み出しに使用されるメソッドに対するオプション。
- initWithContentsOfMappedFile:
Initializes a data object with the contents of the mapped file specified by a given path.
あるデータオブジェクトをある与えられたパスによって指定されるマップファイルの内容で初期化します。
Deprecated
非推奨