363738394041424344
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()); } }