streamOut.write(arrayOut);
final int count = streamIn.read(arrayIn);
assertEquals(count, size);
assertTrue(Arrays.equals(arrayIn, arrayOut));
}
timer.stop();
log.info("timer : {}", timer.nanoString());
synchronized (this) {
this.notifyAll();
}
} catch (final Exception e) {