Current location - Health Preservation Learning Network - Healthy weight loss - How java reads iso image files
How java reads iso image files
Try try {buffered reader in = new buffered reader (new input stream (file path+file name), "8859 _1"); string str = in . readline(); system . out . println(str); } catch(UnsupportedEncodingException e){ } catch(io exception e){ }