PackedByteArray
There is currently no description for this class. Please help us by contributing one!
Note
There are notable differences when using this API with C#. See C# Differences for more information.
Constructors
PackedByteArray ( ) |
|
PackedByteArray ( PackedByteArray from ) |
|
PackedByteArray ( Array from ) |
Methods
void |
append_array ( PackedByteArray array ) |
void |
clear ( ) |
decode_double ( int byte_offset ) const |
|
decode_float ( int byte_offset ) const |
|
decode_half ( int byte_offset ) const |
|
decode_s16 ( int byte_offset ) const |
|
decode_s32 ( int byte_offset ) const |
|
decode_s64 ( int byte_offset ) const |
|
decode_u16 ( int byte_offset ) const |
|
decode_u32 ( int byte_offset ) const |
|
decode_u64 ( int byte_offset ) const |
|
decode_var ( int byte_offset, bool allow_objects=false ) const |
|
decode_var_size ( int byte_offset, bool allow_objects=false ) const |
|
decompress ( int buffer_size, int compression_mode=0 ) const |
|
decompress_dynamic ( int max_output_size, int compression_mode=0 ) const |
|
duplicate ( ) |
|
void |
encode_double ( int byte_offset, float value ) |
void |
encode_float ( int byte_offset, float value ) |
void |
encode_half ( int byte_offset, float value ) |
void |
|
void |
encode_s16 ( int byte_offset, int value ) |
void |
encode_s32 ( int byte_offset, int value ) |
void |
encode_s64 ( int byte_offset, int value ) |
void |
|
void |
encode_u16 ( int byte_offset, int value ) |
void |
encode_u32 ( int byte_offset, int value ) |
void |
encode_u64 ( int byte_offset, int value ) |
encode_var ( int byte_offset, Variant value, bool allow_objects=false ) |
|
void |
|
get_string_from_ascii ( ) const |
|
get_string_from_utf8 ( ) const |
|
get_string_from_utf16 ( ) const |
|
get_string_from_utf32 ( ) const |
|
get_string_from_wchar ( ) const |
|
has_encoded_var ( int byte_offset, bool allow_objects=false ) const |
|
hex_encode ( ) const |
|
is_empty ( ) const |
|
void |
|
void |
reverse ( ) |
void |
|
size ( ) const |
|
void |
sort ( ) |
to_float32_array ( ) const |
|
to_float64_array ( ) const |
|
to_int32_array ( ) const |
|
to_int64_array ( ) const |
Operators
operator != ( PackedByteArray right ) |
|
operator + ( PackedByteArray right ) |
|
operator == ( PackedByteArray right ) |
|
operator [] ( int index ) |
Constructor Descriptions
PackedByteArray PackedByteArray ( )
There is currently no description for this constructor. Please help us by contributing one!
PackedByteArray PackedByteArray ( PackedByteArray from )
There is currently no description for this constructor. Please help us by contributing one!
PackedByteArray PackedByteArray ( Array from )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
There is currently no description for this method. Please help us by contributing one!
void append_array ( PackedByteArray array )
There is currently no description for this method. Please help us by contributing one!
int bsearch ( int value, bool before=true )
There is currently no description for this method. Please help us by contributing one!
void clear ( )
There is currently no description for this method. Please help us by contributing one!
PackedByteArray compress ( int compression_mode=0 ) 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 decode_double ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
float decode_float ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
float decode_half ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_s8 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_s16 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_s32 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_s64 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_u8 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_u16 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_u32 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
int decode_u64 ( int byte_offset ) const
There is currently no description for this method. Please help us by contributing one!
Variant decode_var ( int byte_offset, bool allow_objects=false ) const
There is currently no description for this method. Please help us by contributing one!
int decode_var_size ( int byte_offset, bool allow_objects=false ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray decompress ( int buffer_size, int compression_mode=0 ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray decompress_dynamic ( int max_output_size, int compression_mode=0 ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray duplicate ( )
There is currently no description for this method. Please help us by contributing one!
void encode_double ( int byte_offset, float value )
There is currently no description for this method. Please help us by contributing one!
void encode_float ( int byte_offset, float value )
There is currently no description for this method. Please help us by contributing one!
void encode_half ( int byte_offset, float value )
There is currently no description for this method. Please help us by contributing one!
void encode_s8 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
void encode_s16 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
void encode_s32 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
void encode_s64 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
void encode_u8 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
void encode_u16 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
void encode_u32 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
void encode_u64 ( int byte_offset, int value )
There is currently no description for this method. Please help us by contributing one!
int encode_var ( int byte_offset, Variant value, bool allow_objects=false )
There is currently no description for this method. Please help us by contributing one!
void fill ( int value )
There is currently no description for this method. Please help us by contributing one!
int find ( int value, int from=0 ) const
There is currently no description for this method. Please help us by contributing one!
String get_string_from_ascii ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_string_from_utf8 ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_string_from_utf16 ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_string_from_utf32 ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_string_from_wchar ( ) 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!
bool has_encoded_var ( int byte_offset, bool allow_objects=false ) const
There is currently no description for this method. Please help us by contributing one!
String hex_encode ( ) const
There is currently no description for this method. Please help us by contributing one!
int insert ( int at_index, int value )
There is currently no description for this method. Please help us by contributing one!
bool is_empty ( ) 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!
void remove_at ( int index )
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!
void reverse ( )
There is currently no description for this method. Please help us by contributing one!
int rfind ( int value, int from=-1 ) const
There is currently no description for this method. Please help us by contributing one!
void set ( int index, int value )
There is currently no description for this method. Please help us by contributing one!
int size ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray slice ( int begin, int end=2147483647 ) const
There is currently no description for this method. Please help us by contributing one!
void sort ( )
There is currently no description for this method. Please help us by contributing one!
PackedFloat32Array to_float32_array ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedFloat64Array to_float64_array ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array to_int32_array ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedInt64Array to_int64_array ( ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( PackedByteArray right )
There is currently no description for this operator. Please help us by contributing one!
PackedByteArray operator + ( PackedByteArray right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( PackedByteArray right )
There is currently no description for this operator. Please help us by contributing one!
There is currently no description for this operator. Please help us by contributing one!