Difference between revisions of "FileDecoder"

(Created page with '{{newin|0.7.0|type=enum}} How to decode a given FileData. == Constants == ;file: The data is unencoded. ;base64: The data is base64-encoded. == See Also == * [[parent::lo…')
 
Line 8: Line 8:
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=How to decode a given [[FileData]].}}
 
{{#set:Description=How to decode a given [[FileData]].}}
 +
== Other Languages ==
 +
{{i18n|FileDecoder}}

Revision as of 09:47, 26 October 2010

Available since LÖVE 0.7.0
This enum is not supported in earlier versions.

How to decode a given FileData.

Constants

file
The data is unencoded.
base64
The data is base64-encoded.

See Also

Other Languages