| Changed Methods |
void
appendModeFlush(
int)
|
Documentation changed from old to new. |
Flushes to the output stream modified objects that can belong only to the given page, which makes this method "safe" compared to the .unsafeFlushDeep(int). |
void
releaseDeep(
int)
|
Documentation changed from old to new. |
Releases memory taken by all not modified objects belonging to the given page, including the page dictionary itself. |
void
unsafeFlushDeep(
int)
|
Documentation changed from old to new. |
Flushes to the output stream all objects belonging to the given page. |