Fact.Seam.FileReader.FixedLength.V1 (Fact v0.3.1)
View SourceA Fact.Seam.FileReader implementation for fixed-length records.
Reads a file in chunks of a specified length, optionally skipping padding bytes between records. Supports both forward and backward streaming from a given position (:start, :end, or a specific record index).
This allows processing large files efficiently without loading the entire file into memory.