No problem at all, they're confusingly close APIs and I totally agree they need more docs to explain how to use them. We _could_ create some form of toString()-like method though that could handle UTF-8 bytes (but ByteArray should give you that too with readUTF... I think we'd just need to know whether it was modified or unmodified UTF-8 as per the length header that can prefix the code points).
Pete

