Skip to main content

Module prefixed_read

Module prefixed_read 

Source
Expand description

A module for reading prefixed data.

Functionsยง

decode_java_utf8_lossy ๐Ÿ”’
is_utf8_continuation ๐Ÿ”’
malformed_four_byte_length ๐Ÿ”’
malformed_four_byte_prefix_length ๐Ÿ”’
malformed_four_byte_second ๐Ÿ”’
malformed_four_byte_sequence ๐Ÿ”’
malformed_three_byte_length ๐Ÿ”’
malformed_three_byte_prefix ๐Ÿ”’
malformed_three_byte_sequence ๐Ÿ”’
read_utf
Reads a Minecraft UTF-8 string whose decoded length is bounded in Java UTF-16 code units.