IO 详解 ,input与output 是以内存作为参考

先上两个demo: 第一个是直接写文件  public static boolean writeFileContent(File file,String context,boolean append) throws IOException{         FileOutputStream fos  = null;         OutputStreamWriter pw = null;    
相关文章
相关标签/搜索