标题: JAVA中inputstream类 read()函数问题,一个流结束的标志是? [打印本页] 作者: 范德农 时间: 2012-12-24 14:05 标题: JAVA中inputstream类 read()函数问题,一个流结束的标志是? public abstract int read()
throws IOException
This method blocks until input data is available, the end of the stream is detected, or an exception is thrown.