}
package mybuffer1;
import java.io.*;
public class MyBufferDemo {
public static void main(String[] args) throws IOException
{
// TODO Auto-generated method stub
long start=System.currentTimeMillis();
Copy();
long end=System.currentTimeMillis();
System.out.println("time="+(end-start));