1 个回答

public boolean checkError()
Flushes the stream if it's not closed and checks its error state.
Returns:
true if the print stream has encountered an error, either on the underlying output stream or during a format conversion.

如果流没有关闭,Flush(从缓存中输出数据并缓存)。然后检查流的错误状态

如果有错误才返回 true

这个应该跟 setError 和 clearError 有关

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题