append

Append byte to a byte List

Return

the byte array

Since

0.1.1


Append short to a byte List

Return

the byte array

Since

0.1.1


Append int to a byte List

Return

the byte array

Since

0.1.1


Append long to a byte List

Return

the byte array

Since

0.1.1

See also


Append float to a byte List

Return

the byte array

Since

0.1.1

See also


Append double to a byte List

Return

the byte array

Since

0.1.1

See also


inline fun MutableList<Byte>.append(unsignedByte: UByte): MutableList<Byte>(source)

Append unsigned byte to a byte List

Return

the byte array

Since

0.1.1

See also


inline fun MutableList<Byte>.append(unsignedShort: UShort): MutableList<Byte>(source)

Append unsigned short to a byte List

Return

the byte array

Since

0.1.1

See also


inline fun MutableList<Byte>.append(unsignedInt: UInt): MutableList<Byte>(source)

Append unsigned int to a byte List

Return

the byte array

Since

0.1.1

See also


inline fun MutableList<Byte>.append(unsignedLong: ULong): MutableList<Byte>(source)

Append unsigned long to a byte List

Return

the byte array

Since

0.1.1

See also