org.axiondb.util
class CounterFile extends Object
Version: $Revision: 1.4 $ $Date: 2004/08/12 01:24:50 $
Constructor Summary | |
---|---|
CounterFile() |
Method Summary | |
---|---|
int | current()
Returns the current counter value.
|
int | increment() Return the current counter value, then increment it. |
static CounterFile | load(File file) |
void | save(File file) |
Returns: current counter value