public static void clearBuffer(final ByteBuffer buffer) {
   AsynchronousFileImpl.resetBuffer(buffer, buffer.limit());
   buffer.position(0);
 }