Variable ErfFile.expectedLength

Expected file size. If not null, can be used to detect truncated files

struct ErfFile
{
  // ...
  Nullable!size_t expectedLength ;
  // ...
}