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
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