Neokernel API

FileObjectBlock.format Method

This method writes the physical space of the store file so that Objects can be written and read from this Block. Doing this after writing information to this Block will destroy the previous data. This method also writes the dirty flag to the HEADER_TAG of this block's header, allowing it to be reused.

protected virtual void format();

See Also

FileObjectBlock Class | com.neokernel.om Namespace