Package dijjer.io.store

Examples of dijjer.io.store.DataStore


  public void setUp() throws Exception {
    super.setUp();
    _index = File.createTempFile("dijjer-index", ".dat");
    _data = File.createTempFile("dijjer-data", ".dat");

    _ds = new DataStore(_index, _data, 10);
  }
View Full Code Here

TOP

Related Classes of dijjer.io.store.DataStore

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.