- initWithContentsOfFile:encoding:error:
Returns an
NSString
object initialized by reading data from the file at a given path using a given encoding.
NSString
オブジェクトを返します、データをある与えられたパスでのファイルからある与えられた符号化を使って読み出すことによって初期化されます。
+ stringWithContentsOfFile:usedEncoding:error:
Returns a string created by reading data from the file at a given path and returns by reference the encoding used to interpret the file.
与えられたパスでのファイルからデータを読み出すことによって作成された文字列を返します、そしてそのファイルを解釈するのに使った符号化を参照によって返します。
- initWithContentsOfFile:usedEncoding:error:
Returns an
NSString
object initialized by reading data from the file at a given path and returns by reference the encoding used to interpret the characters.
NSString
オブジェクトを返します、データをある与えられたパスでのファイルから読み出すことによって初期化されます、そして参照によって文字を解釈するのに使った符号化を返します。