有人可以向我解释为什么我可以将FileInputStream或FileReader用于BufferedReader吗?有什么不同?同时,Scanner相对于BufferedReader的优势是什么?我读到它有助于标记化,但这意味着什么? 最佳答案 try{//SimplereadingofbytesFileInputStreamfileInputStream=newFileInputStream("pathtofile");byte[]arr=newbyte[1024];intactualBytesRead=fileInputStr