Difference between revisions of "love.data.decode (日本語)"
(Created page with "{{newin (日本語)|11.0|110|type=関数}} EncodeFormat 形式の Data または文字列から Data または文字列を...") |
m (→返値) |
||
Line 25: | Line 25: | ||
{{param|Data|sourceData|デコード対象の生データ (エンコード済みデータ)。}} | {{param|Data|sourceData|デコード対象の生データ (エンコード済みデータ)。}} | ||
=== 返値 === | === 返値 === | ||
− | {{param|value|decoded| | + | {{param|value|decoded|元データのデコード版である [[ByteData (日本語)|ByteData]]/[[string (日本語)|string]] を返します。}} |
== 関連 == | == 関連 == |
Latest revision as of 03:01, 6 December 2019
LÖVE 11.0 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
EncodeFormat 形式の Data または文字列から Data または文字列をデコードします。
関数
概要
decoded = love.data.decode( container, format, sourceString )
引数
ContainerType container
- デコードしたデータの返値型。
EncodeFormat format
- 入力データ形式。
string sourceString
- デコード対象の生データ (エンコード済みデータ)。
返値
関数
概要
decoded = love.data.decode( container, format, sourceData )
引数
ContainerType container
- デコードしたデータの返値型。
EncodeFormat format
- 入力データ形式。
Data sourceData
- デコード対象の生データ (エンコード済みデータ)。
返値
関連