Edit: I forgot that I need to work with unsigned t...
# ktor
e
Edit: I forgot that I need to work with unsigned types. Something a bit off here, or maybe I'm missing something. I would expect to see
0,0,0,159
a
ByteArray
is an array of
Byte
objects and
Byte
is a signed numeric type. Visit https://kotlinlang.org/docs/numbers.html#integer-types for more information.