DISK BASED BINARY TREE CLASS:
-----------------------------
This disk-base binary tree class is an unbalanced version of the
B-tree class. It was used for the development of the B-tree Cache
classes and the B-tree class itself. 
