+ dataWithPropertyList:format:options:error:
NSData
object containing a given property list in a specified format.
あるNSData
オブジェクトを返します、与えられたプロパティリストをある指定されたフォーマットで含んでいます。
Availability 有効性
Technology
+ (NSInteger
)writePropertyList:(id)plist
toStream:(NSOutputStream
*)stream
format:(NSPropertyListFormat
)format
options:(NSPropertyListWriteOptions
)opt
error:(out NSError
* _Nullable *)error;
plist
The property list that you want to write out. あなたが書き出すことを望むプロパティリスト。
stream
An NSOutput
instance that is open and ready to receive the property list data.
あるNSOutput
インスタンス、それはプロパティリストデータを受け取るために開いてそして準備できているものです。
format
One of the property list formats defined in NSProperty
.
NSProperty
において定義されるプロパティリストフォーマットのうちの1つ。
opt
Currently unused. Set to 0
.
現在使われません。0
に設定してください。
error
The number of bytes written to the stream. A return value of 0
indicates that an error occurred.
ストリームに書き出されたバイト数。0
の戻り値は、エラーが発生したことを指し示します。
+ dataWithPropertyList:format:options:error:
NSData
object containing a given property list in a specified format.
あるNSData
オブジェクトを返します、与えられたプロパティリストをある指定されたフォーマットで含んでいます。