2017-09-13 04:42:36 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-02-01 09:03:48 +08:00
|
|
|
<class name="StreamPeerBuffer" inherits="StreamPeer" version="4.0">
|
2017-09-13 04:42:36 +08:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="clear">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="void" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="duplicate" qualifiers="const">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="StreamPeerBuffer" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2017-09-10 21:37:49 +08:00
|
|
|
<method name="get_position" qualifiers="const">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="int" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_size" qualifiers="const">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="int" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="resize">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="size" type="int" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="seek">
|
2021-07-30 21:28:05 +08:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="position" type="int" />
|
2017-09-13 04:42:36 +08:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
2018-01-12 06:38:35 +08:00
|
|
|
<members>
|
2019-09-25 01:45:03 +08:00
|
|
|
<member name="data_array" type="PackedByteArray" setter="set_data_array" getter="get_data_array" default="PackedByteArray()">
|
2018-01-12 06:38:35 +08:00
|
|
|
</member>
|
|
|
|
</members>
|
2017-09-13 04:42:36 +08:00
|
|
|
</class>
|