------权当现丑!(不是真正的实现,不过还是可以转!)--- import java.io.*; public class bufferedstreamdemo {
public static void main(string[] args){ long begintime = system.currenttimemillis(); try{ byte[] data = new byte[1]; file srcfile = new file(args[0]); file desfile = new file(args[1]);