Package com.db4o.util.io.win32

Examples of com.db4o.util.io.win32.Win32IoAdapter


   
    for (int i=0; i<3; ++i) {
      System.out.println("*******************");
      test("Default IO adapter", null);
      test("NIOFileadapter", new NIOFileAdapter(1024*32, 16));
      test("Win32IoAdapter", new Win32IoAdapter());
    }
   
  }
View Full Code Here

TOP

Related Classes of com.db4o.util.io.win32.Win32IoAdapter

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.