csharptest / CSharpTest.Net.Collections

BPlusTree and other collections moved from http://code.google.com/p/csharptest-net
107 stars 48 forks source link

Handle FileBlockSize values > 4096 when reading #18

Open benjaminc opened 4 years ago

benjaminc commented 4 years ago

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.