java如何读取iso映像文件 try try { buffered reader in = new buffered reader(new input stream(文件路径+文件名),“8859 _ 1”);string str = in . readline();system . out . println(str);} catch(UnsupportedEncodingException e){ } catch(io exception e){ }