Type Method
型メソッド
propertyList(with:options:format:)
Creates and returns a property list by reading from the specified stream.
プロパティリストをこの指定されたストリームから読み出すことによって作成して返します。
Parameters
パラメータ
stream
An NSStream
object. The stream should be open and configured for reading.
あるNSStream
オブジェクト。ストリームは、読み出しに対して開いていてそして構成設定されるべきです。
opt
The options used to create the property list. For possible values, see PropertyListSerialization.MutabilityOptions
.
プロパティリストを作成するのに使われるオプション。可能な値として、PropertyListSerialization.MutabilityOptions
を見てください。
format
Upon return, contains the format that the property list was stored in. Pass nil
if you do not need to know the format.
戻りでは、プロパティリストがそれにおいて格納されたところのフォーマットを含みます。あなたがそのフォーマットを知る必要がないならば、nil
を渡してください。
error
If the method does not complete successfully, upon return contains an NSError
object that describes the problem.
メソッドがうまく完了しないならば、戻りでは問題を記述するNSError
オブジェクトを含みます。
Return Value
戻り値
A property list object corresponding to the representation in data
. If data is not in a supported format, returns nil
.
data
における表現に相当するプロパティリストオブジェクト。dataがサポートされるフォーマットでないならば、nil
を返します。
See Also
参照
Deserializing a Property List
プロパティリストをデシリアライズする