zhyiwww
          用平實的筆,記錄編程路上的點點滴滴………
          posts - 536,comments - 394,trackbacks - 0

          ??? // Create a file object
          ??? File file = new File("filename");
          ???
          ??? // Convert the file object to a URL
          ??? URL url = null;
          ??? try {
          ??????? // The file need not exist. It is made into an absolute path
          ??????? // by prefixing the current working directory
          ??????? url = file.toURL();????????? // file:/d:/almanac1.4/java.io/filename
          ??? } catch (MalformedURLException e) {
          ??? }
          ???
          ??? // Convert the URL to a file object
          ??? file = new File(url.getFile());? // d:/almanac1.4/java.io/filename
          ???
          ??? // Read the file contents using the URL
          ??? try {
          ??????? // Open an input stream
          ??????? InputStream is = url.openStream();
          ???
          ??????? // Read from is
          ???
          ??????? is.close();
          ??? } catch (IOException e) {
          ??????? // Could not open the file
          ??? }



          |----------------------------------------------------------------------------------------|
                                     版權聲明  版權所有 @zhyiwww
                      引用請注明來源 http://www.aygfsteel.com/zhyiwww   
          |----------------------------------------------------------------------------------------|
          posted on 2006-06-13 11:53 zhyiwww 閱讀(280) 評論(0)  編輯  收藏 所屬分類: code demo -java
          主站蜘蛛池模板: 荥经县| 玛曲县| 彝良县| 肇东市| 尖扎县| 开封县| 虎林市| 湖南省| 商都县| 集贤县| 安福县| 永春县| 石渠县| 大埔区| 右玉县| 交口县| 奇台县| 海兴县| 无极县| 澄城县| 谷城县| 额济纳旗| 武清区| 潮安县| 扶余县| 修文县| 长垣县| 绩溪县| 宜兴市| 全州县| 中西区| 界首市| 秦安县| 永定县| 商水县| 崇州市| 盐边县| 新竹市| 阿拉善右旗| 青川县| 花垣县|