Exemplo n.º 1
0
 internal FileInputFormatForTest(TestMRCJCFileInputFormat _enclosing, long length,
                                 long splitSize)
 {
     this._enclosing = _enclosing;
     this.length     = length;
     this.splitSize  = splitSize;
 }
Exemplo n.º 2
0
 internal DummyInputFormat(TestMRCJCFileInputFormat _enclosing)
 {
     this._enclosing = _enclosing;
 }