Or should I use WriterStreamRDFFlat instead of WriterStreamRDFPlain?
Can't really understand the difference, except that they extend
different classes...

On Tue, Aug 21, 2018 at 2:11 PM, Martynas Jusevičius
<marty...@atomgraph.com> wrote:
> Hi,
>
> I'm extending WriterStreamRDFPlain to implement a streaming CSV
> parser. Its constructor [1] states:
>
>     Output tuples, using UTF8 output See
> StreamRDFLib.writer(java.io.OutputStream) for ways to create a AWriter
> object.
>
> Then I'm looking at StreamRDFLib, but there are no methods that create
> AWriter [2]. Only methods that create Stream RDF.
>
> What am I missing?
>
> [1] 
> https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/writer/WriterStreamRDFPlain.html#WriterStreamRDFPlain-org.apache.jena.atlas.io.AWriter-
> [2] 
> https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/system/StreamRDFLib.html
>
> Martynas

Reply via email to