Re: Creating AWriter for StreamRDF

2018-08-21 Thread Martynas Jusevičius
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 wrote: > Hi, > > I'm extending WriterStreamRDFPlain to implement a streaming CSV >

Re: Creating AWriter for StreamRDF

2018-08-21 Thread Andy Seaborne
IO.wrap (various) Andy On 21/08/18 13:11, Martynas Jusevičius 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

Creating AWriter for StreamRDF

2018-08-21 Thread Martynas Jusevičius
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