HexFiend
|
The principal efficient implementation of HFByteArray. More...
HFBTreeByteArray is an efficient subclass of HFByteArray that stores HFByteSlices, using a 10-way B+ tree. This allows for insertion, deletion, and searching in approximately log-base-10 time.
Create an HFBTreeByteArray via -init
. It has no methods other than those on HFByteArray.
- (instancetype) init |
Designated initializer for HFBTreeByteArray.