Java--NIO (二)

文件操作NIO FileChannel public static void main(String[] args) { String path = "F:\\test\\1.txt"; RandomAccessFile raf = null; StringBuffer sb = new StringBuffer(); char c; try { raf = new Ra
相關文章
相關標籤/搜索