| Package | Description |
|---|---|
| org.apache.jena.atlas.io | |
| org.apache.jena.riot | |
| org.apache.jena.riot.out | |
| org.apache.jena.riot.system | |
| org.apache.jena.riot.writer |
| Modifier and Type | Method and Description |
|---|---|
static AWriter |
IO.wrap(OutputStream out,
CharSpace charSpace)
Wrap in a general writer interface
|
| Modifier and Type | Method and Description |
|---|---|
static LangNQuads |
RiotReader.createParserNQuads(InputStream input,
CharSpace charSpace,
StreamRDF dest)
Deprecated.
use an RDFDataMgr operation with argument Lang.NQUADS)
|
static LangNTriples |
RiotReader.createParserNTriples(InputStream input,
CharSpace charSpace,
StreamRDF dest)
Deprecated.
use an RDFDataMgr operation with argument Lang.NTRIPLES
|
| Modifier and Type | Method and Description |
|---|---|
static CharSpace |
CharSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharSpace[] |
CharSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EscapeStr(CharSpace charSpace) |
NodeFormatterNT(CharSpace charSpace) |
| Modifier and Type | Method and Description |
|---|---|
static StreamRDF |
StreamRDFLib.writer(AWriter out,
CharSpace charSpace) |
static StreamRDF |
StreamRDFLib.writer(OutputStream out,
CharSpace charSpace) |
static StreamRDF |
StreamRDFLib.writer(Writer out,
CharSpace charSpace) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NQuadsWriter.write(OutputStream out,
Iterator<Quad> iter,
CharSpace charSpace) |
static void |
NTriplesWriter.write(OutputStream out,
Iterator<Triple> iter,
CharSpace charSpace) |
static void |
NQuadsWriter.write(Writer out,
Iterator<Quad> iter,
CharSpace charSpace) |
static void |
NTriplesWriter.write(Writer out,
Iterator<Triple> iter,
CharSpace charSpace) |
| Constructor and Description |
|---|
NQuadsWriter(CharSpace charSpace) |
NTriplesWriter(CharSpace charSpace) |
WriterStreamRDFPlain(AWriter w,
CharSpace charSpace)
Output tuples, choosing ASCII or UTF8 See
StreamRDFLib.writer(java.io.OutputStream) for ways to create a AWriter object.
|
Licenced under the Apache License, Version 2.0