DynamicFile implements FileOps for files whose contents are generated by the kernel
dynamically either from a sequence (see SequenceFileSource) or as a single blob of data
(see DynamicFileSource). The file may be updated dynamically as it’s normally expected
for files in /proc, e.g. when seeking back from the current position.