401402403404405406407408409410411412413414415
System.out.println("CD total done = " + totalRead); } } public static void main(String[] args) throws Exception { Stat stat = new Stat(); //testWriteCD(null); testWriteMM(stat, 10); //testReadMM( stat, 5); //testReadCD( stat, 5); stat.print(); }