Package org.jrobin.core.jrrd

Examples of org.jrobin.core.jrrd.RRDatabase


class RrdToolReader extends DataImporter {
  private RRDatabase rrd;

  RrdToolReader(String rrdPath) throws IOException,RrdException {
    rrd = new RRDatabase(rrdPath);
  }
View Full Code Here


class RrdToolReader extends DataImporter {
  private RRDatabase rrd;

  RrdToolReader(String rrdPath) throws IOException {
    rrd = new RRDatabase(rrdPath);
  }
View Full Code Here

TOP

Related Classes of org.jrobin.core.jrrd.RRDatabase

Copyright © 2018 www.massapicom. 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.