Trash:UNBT: Difference between revisions
Jump to navigation
Jump to search
imported>Revenant (→String) |
imported>Revenant |
||
| Line 14: | Line 14: | ||
=== ByteString === | === ByteString === | ||
Contains an Integral prefix, followed by an arbitrary amount of binary data. | |||
=== Array === | === Array === | ||
=== Set === | === Set === | ||
=== Dictionary === | === Dictionary === | ||
=== StringMap === | === StringMap === | ||
Revision as of 19:04, 19 December 2010
Unnamed Binary Tags
Integral
Contains a single integral value stored as a big endian signed 64-bit integer.
Real
Contains a single real number represented by a 64-bit IEEE754 double precision floating point number, flipped to big endian byte order.
String
Contains a Integral prefix specifying the length of the string in bytes, followed by an arbitrary amount of UTF-8 characters.
ByteString
Contains an Integral prefix, followed by an arbitrary amount of binary data.