227228229230231232233234
//Perform a write through, by not adding to the buffer return fileSystem.append(page, only); } catch (Exception e) { throw new AppendPageErr(page.getId()); } }