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