676677678679680681682683684
synchronized(_raf) { try { _raf.seek(_pageOffset); _raf.write(_pageData.array()); } catch (IOException e) { throw new DbException(e); } } }