Package | Description |
---|---|
org.apache.jena.atlas.io | |
org.apache.jena.riot.out | |
org.apache.jena.riot.system | |
org.apache.jena.riot.writer |
Modifier and Type | Class and Description |
---|---|
class |
AWriterBase
Simple abstraction of a string/character output stream
|
class |
IndentedLineBuffer
IndentLineBuffer is a buffer that records an indent level
and uses that to insert a prefix at each line.
|
class |
IndentedWriter
A writer that records what the current indentation level is, and
uses that to insert a prefix at each line.
|
class |
StringWriterI |
class |
Writer2
A Writer, without the checked exceptions.
|
Modifier and Type | Method and Description |
---|---|
static AWriter |
IO.wrap(Writer w)
Wrap in a general writer interface
|
static AWriter |
IO.wrapUTF8(OutputStream out)
Wrap in a general writer interface
|
Modifier and Type | Method and Description |
---|---|
static void |
IO.close(AWriter resource) |
static void |
IO.closeSilent(AWriter resource) |
static void |
IO.flush(AWriter out) |
Modifier and Type | Method and Description |
---|---|
void |
NodeFormatter.format(AWriter w,
Node n) |
void |
NodeFormatterBase.format(AWriter w,
Node n) |
void |
NodeFormatter.formatBNode(AWriter w,
Node n)
Node is guaranteed to be a blank node
|
void |
NodeFormatterBase.formatBNode(AWriter w,
Node n) |
void |
NodeFormatterTTL.formatBNode(AWriter w,
Node n) |
void |
NodeFormatter.formatBNode(AWriter w,
String label) |
void |
NodeFormatterNT.formatBNode(AWriter w,
String label) |
void |
NodeFormatter.formatLitDT(AWriter w,
String lex,
String datatypeURI)
Literal with datatype, not a simple literal, not an xsd:string (RDF 1.1), no language tag.
|
void |
NodeFormatterNT.formatLitDT(AWriter w,
String lex,
String datatypeURI) |
void |
NodeFormatterTTL.formatLitDT(AWriter w,
String lex,
String datatypeURI) |
void |
NodeFormatter.formatLiteral(AWriter w,
Node n)
Node is guaranteed to be a literal
|
void |
NodeFormatterBase.formatLiteral(AWriter w,
Node n) |
void |
NodeFormatter.formatLitLang(AWriter w,
String lex,
String langTag)
String with language tag
|
void |
NodeFormatterNT.formatLitLang(AWriter w,
String lex,
String langTag) |
void |
NodeFormatter.formatLitString(AWriter w,
String lex)
Plain string / xsd:string (RDF 1.1)
|
void |
NodeFormatterNT.formatLitString(AWriter w,
String lex) |
void |
NodeFormatter.formatURI(AWriter w,
Node n)
Node is guaranteed to be a URI node
|
void |
NodeFormatterBase.formatURI(AWriter w,
Node n) |
void |
NodeFormatter.formatURI(AWriter w,
String uriStr) |
void |
NodeFormatterNT.formatURI(AWriter w,
String uriStr) |
void |
NodeFormatterTTL.formatURI(AWriter w,
String uriStr) |
void |
NodeFormatter.formatVar(AWriter w,
Node n) |
void |
NodeFormatterBase.formatVar(AWriter w,
Node n) |
void |
NodeFormatter.formatVar(AWriter w,
String name) |
void |
NodeFormatterNT.formatVar(AWriter w,
String name) |
static int |
OutputUtils.oneHex(AWriter out,
int x,
int i)
Print one hex digit of the number
|
static void |
OutputUtils.printHex(AWriter out,
int x,
int width)
Print the number x in width hex chars.
|
static void |
EscapeStr.stringEsc(AWriter out,
String s,
boolean singleLineString,
boolean asciiOnly) |
void |
EscapeStr.writeStr(AWriter w,
String s) |
void |
EscapeStr.writeStrMultiLine(AWriter w,
String s) |
void |
EscapeStr.writeURI(AWriter w,
String s) |
Modifier and Type | Method and Description |
---|---|
static StreamRDF |
StreamRDFLib.writer(AWriter out) |
Constructor and Description |
---|
WriterStreamRDFTuples(AWriter w)
See StreamRDFLib.writer(java.io.OutputStream) for ways to create a writer stream.
|
Licenced under the Apache License, Version 2.0