public BlockReaderAnonymousHelper(MockInt32Factory outerInstance, IndexInput @in, int[] buffer)
 {
     this.outerInstance = outerInstance;
     this.@in           = @in;
     this.buffer        = buffer;
 }
 public FixedInt32BlockIndexInputAnonymousHelper(MockInt32Factory outerInstance, IndexInput input)
     : base(input)
 {
     this.outerInstance = outerInstance;
 }