Difference between revisions of "FileData"

Line 8: Line 8:
 
}}
 
}}
 
{{#ask: [[Category:Functions]] [[parent::Data]]
 
{{#ask: [[Category:Functions]] [[parent::Data]]
 +
| headers=hide
 +
| ?Description
 +
}}
 +
{{#ask: [[Category:Functions]] [[parent::Object]]
 
| headers=hide
 
| headers=hide
 
| ?Description
 
| ?Description
Line 13: Line 17:
 
== Supertypes ==
 
== Supertypes ==
 
[[Data]]
 
[[Data]]
 +
[[Object]]
 
== See Also ==
 
== See Also ==
 
* [[parent::love.filesystem]]
 
* [[parent::love.filesystem]]

Revision as of 01:55, 13 February 2011

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

Data representing the contents of a file.

Functions

FileData:getExtensionGets the extension of the FileData.
FileData:getFilenameGets the filename of the FileData.
Data:cloneCreates a new copy of the Data object.
Data:getFFIPointerGets an FFI pointer to the Data.
Data:getPointerGets a pointer to the Data.
Data:getSizeGets the Data's size in bytes.
Data:getStringGets the full Data as a string.
Object:releaseImmediately destroys the object's Lua reference.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

Data Object

See Also

Other Languages