CSharpTest.Net.Collections
CSharpTest.Net.Collections copied to clipboard
Handle FileBlockSize values > 4096 when reading
This resolves #17 by increasing the number of bytes for the Length value to the full 4 bytes needed to accurately represent integers up to 1 GB, which is what is needed for block sizes up to 64 KB.