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
|
Methods
get_8 ( ) |
|
get_16 ( ) |
|
get_32 ( ) |
|
get_64 ( ) |
|
get_available_bytes ( ) const |
|
get_double ( ) |
|
get_float ( ) |
|
get_partial_data ( int bytes ) |
|
get_string ( int bytes=-1 ) |
|
get_u8 ( ) |
|
get_u16 ( ) |
|
get_u32 ( ) |
|
get_u64 ( ) |
|
get_utf8_string ( int bytes=-1 ) |
|
void |
|
void |
|
void |
|
void |
|
put_data ( PackedByteArray data ) |
|
void |
put_double ( float value ) |
void |
|
put_partial_data ( PackedByteArray data ) |
|
void |
put_string ( String value ) |
void |
|
void |
|
void |
|
void |
|
void |
put_utf8_string ( String value ) |
void |
Property Descriptions
bool big_endian = false
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!
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!