565566567568569570571
} else throw new InvalidArgumentException("could not produce format "+format); return out; } protected SPARQLGraphResultWriter getGraphResultWriter(String format, OutputStream os) { return new SPARQLGraphResultWriter(os,format); }
440441442443444445446
} else throw new InvalidArgumentException("could not produce format "+format); return out; } private SPARQLGraphResultWriter getGraphResultWriter(String format, OutputStream os) { return new SPARQLGraphResultWriter(os,format); }
564565566567568569570
369370371372373374375