Neokernel API

FileObjectBlock.dispose Method

This method is called when the Block is no longer needed and should be considered a FREE BLOCK, to be reused. This method will not reduce the size of the store file. This method will dispose the next block if one is allocated.

public virtual void dispose();

See Also

FileObjectBlock Class | com.neokernel.om Namespace