java 中没有无符号类型
使用 byte 非常困难
建议使用 int 代替
(就算是使用 byte, 等到计算的时候也会自动 promote 成 int)
通常文件操作才必须使用 byte
不知您是什么情况?