Peter Ansell created ANY23-85:
---------------------------------
Summary: Split NQuads out into its own module
Key: ANY23-85
URL: https://issues.apache.org/jira/browse/ANY23-85
Project: Apache Any23
Issue Type: New Feature
Components: core
Affects Versions: 0.7.0
Reporter: Peter Ansell
The NQuads Parser and Writer can be split out into their own maven module
easily. The only code modification that I needed to make was to switch from
focusing on parse(InputStream,String) and focus instead of
parse(Reader,String), to remove the dependency on the ReaderInputStream class
and use java.io.InputStreamReader instead in the other direction.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira