Difference between revisions of "FileData"

m
m
Line 2: Line 2:
 
[[Data]] representing the contents of a file.
 
[[Data]] representing the contents of a file.
  
 +
== Constructors ==
 +
{{#ask: [[Category:Functions]] [[Constructs::FontData]] [[Concept:Current]]
 +
| headers=hide
 +
| default=None.
 +
| ?Description
 +
}}
 
== Functions ==
 
== Functions ==
 
{{#ask: [[Category:Functions]] [[parent::FileData||Data||Object]] [[Concept:Current]]
 
{{#ask: [[Category:Functions]] [[parent::FileData||Data||Object]] [[Concept:Current]]

Revision as of 06:19, 28 August 2012

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

Data representing the contents of a file.

Constructors

love.font.newFontDataCreates a new FontData.

Functions

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.
FileData:getExtensionGets the extension of the FileData.
FileData:getFilenameGets the filename of the FileData.
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