mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
26 lines
636 B
XML
26 lines
636 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="LZ4Compressor" inherits="Reference">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="compress_data" qualifiers="const">
|
|
<return type="PoolByteArray" />
|
|
<argument index="0" name="data" type="PoolByteArray" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="decompress_data" qualifiers="const">
|
|
<return type="PoolByteArray" />
|
|
<argument index="0" name="data" type="PoolByteArray" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|