219220221222223224225226227
private String property; private String object; public IncrementalRecordIterator(Reader input) { this.reader = new BufferedReader(input); this.parser = new NTriplesParser(this); parseNextLine(); findNextRecord(); }