|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectru.biosoft.access.BTreeIndex.Block
One block of index file.
| Field Summary | |
protected java.util.List |
childs
|
protected java.util.List |
nodes
|
protected boolean |
parsed
|
| Constructor Summary | |
BTreeIndex.Block()
Construct new block at the end of the file. |
|
BTreeIndex.Block(int offset)
Construct block that already stored in index file. |
|
| Method Summary | |
void |
clear(int from)
Clear block. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean parsed
protected java.util.List nodes
protected java.util.List childs
| Constructor Detail |
public BTreeIndex.Block(int offset)
throws java.io.IOException
offset - Offset of the block in index file.
public BTreeIndex.Block()
throws java.io.IOException
| Method Detail |
public void clear(int from)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||