19121913191419151916191719181919192019211922
Database db = new Database(); db.setPath(path); db.init(); BlockStore store = new BlockStore(db, "test", null); store.create(); Block block = store.allocateIndexBlock(); long blockId = block.getBlockId(); block.free();
18911892189318941895189618971898189919001901