kMinBufferSize constant

int const kMinBufferSize

The buffer size should be at least 8 bytes, so reading a 64-bit value doesn't have to deal with buffer overflow.

Implementation

static const int kMinBufferSize = 8;