當前位置:成語大全網 - 漢語詞典 - java如何讀取iso映像文件

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){ }