| 1 | /** |
| 2 | * `readFileBytes` is optional on `IFileSystem` — external implementations |
| 3 | * predating this method must keep working. The `readBytesFrom` helper |
| 4 | * detects the gap and falls back to `readFileBuffer` + manual conversion. |
nothing calls this directly
no test coverage detected