org.apache.jena.riot.writer
Class NQuadsWriter
java.lang.Object
org.apache.jena.riot.writer.WriterDatasetRIOTBase
org.apache.jena.riot.writer.NQuadsWriter
- All Implemented Interfaces:
- WriterDatasetRIOT
public class NQuadsWriter
- extends WriterDatasetRIOTBase
|
Method Summary |
Lang |
getLang()
|
void |
write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context)
|
static void |
write(OutputStream out,
Iterator<Quad> iter)
|
static void |
write(OutputStream out,
Iterator<Quad> iter,
CharSpace charSpace)
|
void |
write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context)
Use of Writer is discouraged - let the serializer manage character sets in accordance with the format |
static void |
write(Writer out,
Iterator<Quad> iter)
|
static void |
write(Writer out,
Iterator<Quad> iter,
CharSpace charSpace)
|
NQuadsWriter
public NQuadsWriter()
NQuadsWriter
public NQuadsWriter(CharSpace charSpace)
write
public static void write(OutputStream out,
Iterator<Quad> iter)
write
public static void write(OutputStream out,
Iterator<Quad> iter,
CharSpace charSpace)
write
public static void write(Writer out,
Iterator<Quad> iter)
write
public static void write(Writer out,
Iterator<Quad> iter,
CharSpace charSpace)
getLang
public Lang getLang()
write
public void write(Writer out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context)
- Description copied from interface:
WriterDatasetRIOT
- Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
- Specified by:
write in interface WriterDatasetRIOT- Specified by:
write in class WriterDatasetRIOTBase
- Parameters:
out - Writerdataset - DatasetGraph to be writtenprefixMap - PrefixMap - maybe null (default should be to use the prefixmapping from the Graph)baseURI - base URI - may be null for "none"context - Context (see specific implementation for details)
write
public void write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context)
- Specified by:
write in interface WriterDatasetRIOT- Specified by:
write in class WriterDatasetRIOTBase
- Parameters:
out - OutputStreamdataset - DatasetGraph to be writtenprefixMap - PrefixMap - maybe null (default should be to use the prefixmapping from the Graph)baseURI - base URI - may be null for "none"context - Context (see specific implementation for details)
Licenced under the Apache License, Version 2.0