Closed davispuh closed 6 years ago
I think it's good idea that all regions always read till end of it as it makes debugging easier. Currently CyclicalActivityRegion might stay in middle of region and depends on ElementaryFileRegion that it will read remaining bytes.
CyclicalActivityRegion
ElementaryFileRegion
I think it's good idea that all regions always read till end of it as it makes debugging easier. Currently
CyclicalActivityRegion
might stay in middle of region and depends onElementaryFileRegion
that it will read remaining bytes.