:py:mod:`dissect.volume.dm.btree` ================================= .. py:module:: dissect.volume.dm.btree Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.volume.dm.btree.BTree dissect.volume.dm.btree.Node .. py:class:: BTree(fh: BinaryIO, root: int, block_size: int) .. py:method:: lookup(keys: Union[int, list[int]], want_high: bool = False) -> Optional[bytes] .. py:class:: Node(buf: bytes) .. py:property:: is_internal :type: bool .. py:property:: is_leaf :type: bool .. py:method:: key(idx: int) -> int .. py:method:: value(idx: int) -> bytes