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