Examples of Stat


Examples of ucar.nc2.util.Stat

      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();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.