* @brief Get number of sections in source stream * @retval uint8_t Source is scanned in constructor so this is always valid */
| 163 | * @retval uint8_t Source is scanned in constructor so this is always valid |
| 164 | */ |
| 165 | uint8_t sectionCount() const |
| 166 | { |
| 167 | return sectionStream.count(); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * @brief Get current record index |