有Vector和DataOutputStream.我需要将Vector中的字节(toArray返回Byte [])写入流,但它只能理解byte [].如何将Byte []转换为byte []?
java byte bytearray
byte ×1
bytearray ×1
java ×1