Instance Property インスタンスプロパティ

dataRepresentation

The data representation of the URL’s relativeString. URLのもつrelativeStringのデータ表現。

Declaration 宣言

var dataRepresentation: Data { get }

Discussion 議論

If the URL was initialized with init?(dataRepresentation:relativeTo:isAbsolute:), the data representation returned are the same bytes as those used at initialization; otherwise, the data representation returned are the bytes of the relativeString encoded with UTF8 string encoding. URLがinit?(dataRepresentation:relativeTo:isAbsolute:)で初期化されたならば、返されるデータ表現は初期化で使われたものと同じバイトです;そうでなければ、返されるデータ表現はUTF8文字列エンコーディングでエンコードされたrelativeStringのバイトです。

See Also 参照

Working with the Data Representation of a URL URLのデータ表現を扱う