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