{{newin|[[0.10.0]]|100|type=type|text=In versions prior to [[0.10.0]] the CompressedData name was used for [[CompressedImageData]] objects}}
Represents byte data compressed using a specific algorithm.

[[love.data.decompress]] can be used to de-compress the data (or [[love.math.decompress]] in [[0.10.2]] or earlier).

== Constructors ==
{{#ask: [[Category:Functions]] [[Constructs::CompressedData]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}

== Functions ==
{{#ask: [[Category:Functions]] [[parent::CompressedData||Data||Object]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}

== Enums ==
{{#ask: [[Category:Enums]] [[parent::CompressedData]]
| headers=hide
| format=template
| template=ListingFields
| introtemplate=ListingIntro
| outrotemplate=ListingOutro
| ?Description
| ?PrettySince
| ?PrettyRemoved
| ?PrettyDeprecated
}}

== Supertypes ==
* [[parent::Data]]
* [[parent::Object]]

== See Also ==
* [[parent::love.math]]
* [[love.math.decompress]]
[[Category:Types]]
{{#set:Description=Byte data compressed using a specific algorithm.}}
== Other Languages ==
{{i18n|CompressedData}}