@Testpublic void fun2() {FileInputStream fis = null;InputStreamReader isd = null;try {//低端流绑定硬盘文件fis = new FileInputStream("c:/a.txt");//高端流(即字符流……