W3cubDocs

/Godot 3.2

StreamPeerBuffer

Inherits: StreamPeer < Reference < Object

Properties

PoolByteArray data_array PoolByteArray(  )

Methods

void clear ( )
StreamPeerBuffer duplicate ( ) const
int get_position ( ) const
int get_size ( ) const
void resize ( int size )
void seek ( int position )

Property Descriptions

PoolByteArray data_array

Default PoolByteArray(  )
Setter set_data_array(value)
Getter get_data_array()

Method Descriptions

void clear ( )

StreamPeerBuffer duplicate ( ) const

int get_position ( ) const

int get_size ( ) const

void resize ( int size )

void seek ( int position )

© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_streampeerbuffer.html