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…')
(No difference)

Revision as of 08:33, 16 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