protected void setUp() throws Exception {
   super.setUp();
   buf = IntBuffer.wrap(new int[BUFFER_LENGTH]);
   super.loadTestData1(buf);
   buf = buf.asReadOnlyBuffer();
   baseBuf = buf;
 }
 protected void tearDown() throws Exception {
   super.tearDown();
 }