+ array
+ arrayWithArray:
+ arrayWithContentsOfFile:
+ arrayWithObject:
+ arrayWithObjects:
+ arrayWithObjects:count:
Availability 有効性
Technology
aURL
The location of a file containing a string representation of an array produced by the write
method.
write
メソッドによって生成される配列の文字列表現を含んでいるファイルの場所。
An array containing the contents specified by a
. Returns nil
if the location can’t be opened or if the contents of the location can’t be parsed into an array.
a
によって指定される内容を含んでいる配列。その場所が開かれることができないならば、または場所の内容が配列へと構文解析されることができないならばnil
を返します。
The array representation at the location identified by a
must contain only property list objects (NSString
, NSData
, NSArray
, or NSDictionary
objects). The objects contained by this array are immutable, even if the array is mutable.
a
によって識別される場所での配列表現は、ただプロパティリストオブジェクト(NSString
、NSData
、NSArray
、またはNSDictionary
オブジェクト)だけを含んでいなければなりません。この配列に含まれるオブジェクトは不変です、その配列が可変だとしてもです。
+ array
+ arrayWithArray:
+ arrayWithContentsOfFile:
+ arrayWithObject:
+ arrayWithObjects:
+ arrayWithObjects:count:
- writeToURL:atomically: