StreamPeer

Inherits: RefCounted < Object

Inherited By: StreamPeerBuffer, StreamPeerExtension, StreamPeerGZIP, StreamPeerTCP, StreamPeerTLS

There is currently no description for this class. Please help us by contributing one!

Properties

bool

big_endian

false

Methods

int

get_8 ( )

int

get_16 ( )

int

get_32 ( )

int

get_64 ( )

int

get_available_bytes ( ) const

Array

get_data ( int bytes )

float

get_double ( )

float

get_float ( )

Array

get_partial_data ( int bytes )

String

get_string ( int bytes=-1 )

int

get_u8 ( )

int

get_u16 ( )

int

get_u32 ( )

int

get_u64 ( )

String

get_utf8_string ( int bytes=-1 )

Variant

get_var ( bool allow_objects=false )

void

put_8 ( int value )

void

put_16 ( int value )

void

put_32 ( int value )

void

put_64 ( int value )

Error

put_data ( PackedByteArray data )

void

put_double ( float value )

void

put_float ( float value )

Array

put_partial_data ( PackedByteArray data )

void

put_string ( String value )

void

put_u8 ( int value )

void

put_u16 ( int value )

void

put_u32 ( int value )

void

put_u64 ( int value )

void

put_utf8_string ( String value )

void

put_var ( Variant value, bool full_objects=false )


Property Descriptions

bool big_endian = false

  • void set_big_endian ( bool value )

  • bool is_big_endian_enabled ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

int get_8 ( )

There is currently no description for this method. Please help us by contributing one!


int get_16 ( )

There is currently no description for this method. Please help us by contributing one!


int get_32 ( )

There is currently no description for this method. Please help us by contributing one!


int get_64 ( )

There is currently no description for this method. Please help us by contributing one!


int get_available_bytes ( ) const

There is currently no description for this method. Please help us by contributing one!


Array get_data ( int bytes )

There is currently no description for this method. Please help us by contributing one!


float get_double ( )

There is currently no description for this method. Please help us by contributing one!


float get_float ( )

There is currently no description for this method. Please help us by contributing one!


Array get_partial_data ( int bytes )

There is currently no description for this method. Please help us by contributing one!


String get_string ( int bytes=-1 )

There is currently no description for this method. Please help us by contributing one!


int get_u8 ( )

There is currently no description for this method. Please help us by contributing one!


int get_u16 ( )

There is currently no description for this method. Please help us by contributing one!


int get_u32 ( )

There is currently no description for this method. Please help us by contributing one!


int get_u64 ( )

There is currently no description for this method. Please help us by contributing one!


String get_utf8_string ( int bytes=-1 )

There is currently no description for this method. Please help us by contributing one!


Variant get_var ( bool allow_objects=false )

There is currently no description for this method. Please help us by contributing one!


void put_8 ( int value )

There is currently no description for this method. Please help us by contributing one!


void put_16 ( int value )

There is currently no description for this method. Please help us by contributing one!


void put_32 ( int value )

There is currently no description for this method. Please help us by contributing one!


void put_64 ( int value )

There is currently no description for this method. Please help us by contributing one!


Error put_data ( PackedByteArray data )

There is currently no description for this method. Please help us by contributing one!


void put_double ( float value )

There is currently no description for this method. Please help us by contributing one!


void put_float ( float value )

There is currently no description for this method. Please help us by contributing one!


Array put_partial_data ( PackedByteArray data )

There is currently no description for this method. Please help us by contributing one!


void put_string ( String value )

There is currently no description for this method. Please help us by contributing one!


void put_u8 ( int value )

There is currently no description for this method. Please help us by contributing one!


void put_u16 ( int value )

There is currently no description for this method. Please help us by contributing one!


void put_u32 ( int value )

There is currently no description for this method. Please help us by contributing one!


void put_u64 ( int value )

There is currently no description for this method. Please help us by contributing one!


void put_utf8_string ( String value )

There is currently no description for this method. Please help us by contributing one!


void put_var ( Variant value, bool full_objects=false )

There is currently no description for this method. Please help us by contributing one!