| InternalRead(TKey, TValue) | Reads and decodes the next key-value pair at the current position and advances the position. |
| InternalRead(TKey, TValue, MatchFilterBaseTKey, TValue) | Reads and decodes the next key-value pair at the current position, advances the position, and checks if it matches the specified filter. |