protected internal VariableIntBlockIndexInput(IndexInput input) { _input = input; MAX_BLOCK_SIZE = input.ReadInt(); }