gpt4 book ai didi

java - 读取外部 .txt 文件时 -1 如何指示文件结尾?

转载 作者:行者123 更新时间:2023-11-30 03:37:46 25 4
gpt4 key购买 nike

在下面的代码中,我们将值与-1进行比较来检查是否到文件末尾,为什么我们在这里使用-1来比较?

while((i=fin.read())!=-1)
{
System.out.println((char)i);
}

最佳答案

引用 Javadoc,read() 方法

Returns: The number of characters read, or -1 if the end of the stream has been reached

关于java - 读取外部 .txt 文件时 -1 如何指示文件结尾?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27438167/

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