22232425262728
private List<NTriplesParserTest.Statement> model; @Before public void setup() { out = new ByteArrayOutputStream(); writer = new NTriplesWriter(out); }
369370371372373374375
public NTriplesLinkFileListener(String linkfile, Collection<Property> idprops) throws IOException { super(idprops); this.fos = new FileOutputStream(linkfile); this.out = new NTriplesWriter(fos); }