Toggle Sidebar
Toggle Theme
Brotorift
v0.3.3
Pages
Modules
Brotorift v0.3.3
Brotorift.Binary
View Source
Link to this section
Summary
Functions
read_bool(data)
read_byte(data)
read_byte_buffer(data)
read_color(data)
read_datetime(data)
read_double(data)
read_float(data)
read_int(data)
read_list(data, reader)
read_long(data)
read_map(data, key_reader, value_reader)
read_set(data, reader)
read_short(data)
read_string(data)
read_uint(data)
read_ulong(data)
read_ushort(data)
read_vector2(data)
read_vector3(data)
write_bool(data, value)
write_byte(data, value)
write_byte_buffer(data, value)
write_color(data, arg)
write_datetime(data, value)
write_double(data, value)
write_float(data, value)
write_int(data, value)
write_list(data, value, writer)
write_long(data, value)
write_map(data, value, key_writer, value_writer)
write_set(data, value, writer)
write_short(data, value)
write_string(data, value)
write_uint(data, value)
write_ulong(data, value)
write_ushort(data, value)
write_vector2(data, arg)
write_vector3(data, arg)
Link to this section
Functions
Link to this function
read_bool(data)
View Source
Link to this function
read_byte(data)
View Source
Link to this function
read_byte_buffer(data)
View Source
Link to this function
read_color(data)
View Source
Link to this function
read_datetime(data)
View Source
Link to this function
read_double(data)
View Source
Link to this function
read_float(data)
View Source
Link to this function
read_int(data)
View Source
Link to this function
read_list(data, reader)
View Source
Link to this function
read_long(data)
View Source
Link to this function
read_map(data, key_reader, value_reader)
View Source
Link to this function
read_set(data, reader)
View Source
Link to this function
read_short(data)
View Source
Link to this function
read_string(data)
View Source
Link to this function
read_uint(data)
View Source
Link to this function
read_ulong(data)
View Source
Link to this function
read_ushort(data)
View Source
Link to this function
read_vector2(data)
View Source
Link to this function
read_vector3(data)
View Source
Link to this function
write_bool(data, value)
View Source
Link to this function
write_byte(data, value)
View Source
Link to this function
write_byte_buffer(data, value)
View Source
Link to this function
write_color(data, arg)
View Source
Link to this function
write_datetime(data, value)
View Source
Link to this function
write_double(data, value)
View Source
Link to this function
write_float(data, value)
View Source
Link to this function
write_int(data, value)
View Source
Link to this function
write_list(data, value, writer)
View Source
Link to this function
write_long(data, value)
View Source
Link to this function
write_map(data, value, key_writer, value_writer)
View Source
Link to this function
write_set(data, value, writer)
View Source
Link to this function
write_short(data, value)
View Source
Link to this function
write_string(data, value)
View Source
Link to this function
write_uint(data, value)
View Source
Link to this function
write_ulong(data, value)
View Source
Link to this function
write_ushort(data, value)
View Source
Link to this function
write_vector2(data, arg)
View Source
Link to this function
write_vector3(data, arg)
View Source