Beispiel #1
0
 public Document nextDoc() throws Exception {
   InputDoc input = reader.nextDoc();
   return (input == null) ? null : makeDocument(input);
 }
Beispiel #2
0
 public void resetDocs() {
   reader.reset();
 }