MavDataEncoder
Writes primitives to a ByteArray according to the little-endian byte order.
Properties
Functions
Writes the given Byte into the array's current position, and then increments the position.
Writes the given Char/UInt64 to the array's current position, and then increments the position.
Writes the given Double/Float64 to the array's current position, and then increments the position.
Writes the given Float/Float32 to the array's current position, and then increments the position.
Writes the given Short/Int16 to the array's current position, and then increments the position.
Writes the given Int/Int32 to the array's current position, and then increments the position.
Writes the given Long/Int64 to the array's current position, and then increments the position.
Writes the given Byte/Int8 to the array's current position, and then increments the position.
Writes the given Long into the array's current position, and then increments the position.
Writes the given Short into the array's current position, and then increments the position.
Writes the given UShort/UInt16 to the array's current position, and then increments the position.
Writes the given UInt/UInt32 to the array's current position, and then increments the position.
Writes the given ULong/UInt64 to the array's current position, and then increments the position.
Writes the given UByte/UInt8 to the array's current position, and then increments the position.