07 2016 档案
摘要:PrintWriter是一种过滤流,也是一种处理流,即能对字节流和字符流进行处理。 1.查询API后,我们发现,会有八种构造方法。即: PrintWriter(File file) Creates a new PrintWriter, without automatic line flushing,
阅读全文
摘要:1 package com.laurdawn; 2 3 public class Test { 4 5 public static void main(String[] args) { 6 Callbak callback = new Callbak() { 7 8 @Override 9 publi...
阅读全文
摘要:1 package com.laurdawn; 2 3 import java.io.File; 4 import java.util.Date; 5 6 public class Test { 7 8 public static void main(String[] args) { 9 // TODO Auto-generated method ...
阅读全文
摘要:最终速度取决于硬盘的读写速度
阅读全文

浙公网安备 33010602011771号