(defclass appending-heap (heap) ;; For an APPENDING-HEAP, all writes take place to the heap's end. ;; The last 7 octets of the file always contain a serialized version ;; of the heap's end. ())