How does the InputStream read(byte []) method store data as bytes?

后端 未结 0 1745
谎友^
谎友^ 2020-12-08 05:21

The byte code ranges from 0 to 256 (and -1 which indicates the EOF), but the java byte variable ranges from -128 to 128. How is that method able to store the bytes from the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题