gpt4 book ai didi

Java:字节流中的 While 循环

转载 作者:行者123 更新时间:2023-12-01 06:37:59 25 4
gpt4 key购买 nike

有人可以解释一下为什么循环要检查条件是否与 -1 不同吗?

while ((c = in.read()) != -1) {
out.write(c);
}

最佳答案

请参阅:http://docs.oracle.com/javase/7/docs/api/java/io/ByteArrayInputStream.html#read()

当没有更多字节可供读取时,read方法返回-1

关于Java:字节流中的 While 循环,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33713980/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com