Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习类文件格式。
我遇到了一个 Modified-UTF8 编码的字节 []。
有没有什么方便的方法可以将该字节 [] 转换为没有 DataInput#readUTF 的字符串?
我找不到任何字符集名称。
您应该尝试使用常规UTF-8字符集名称进行解码。Modified UTF-8 的唯一区别是零代码点的非规范编码,并且由于您的字符串很可能不包含零字符,因此它将被正确解码。
UTF-8