Reads a whole file, or null when it is not stored.
Chunks are ordered by seq explicitly. Relying on insertion order would work until the first
overwrite and then quietly reassemble the file wrong, which is the kind of corruption that
survives every test that only ever writes once.
Reads a whole file, or null when it is not stored.
Chunks are ordered by
seqexplicitly. Relying on insertion order would work until the first overwrite and then quietly reassemble the file wrong, which is the kind of corruption that survives every test that only ever writes once.