Package com.stardog.stark.io.jsonld
Class StreamingJSONLDWriter.StreamingJSONLDWriterFactory
- java.lang.Object
-
- com.stardog.stark.io.jsonld.StreamingJSONLDWriter.StreamingJSONLDWriterFactory
-
- All Implemented Interfaces:
RDFWriterFactory
- Enclosing class:
- StreamingJSONLDWriter
public static final class StreamingJSONLDWriter.StreamingJSONLDWriterFactory extends java.lang.Object implements RDFWriterFactory
Factoryfor creatingStreamingJSONLDWriter
-
-
Constructor Summary
Constructors Constructor Description StreamingJSONLDWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDFWritercreate(java.io.OutputStream theStream, Options theOptions)Create a new `RDFWriter`RDFFormatformat()Theformatthis writer will serialize output in
-
-
-
Method Detail
-
format
@Nonnull public RDFFormat format()
Theformatthis writer will serialize output in- Specified by:
formatin interfaceRDFWriterFactory- Returns:
- the format
-
create
@Nonnull public RDFWriter create(@Nonnull java.io.OutputStream theStream, @Nonnull Options theOptions)
Create a new `RDFWriter`- Specified by:
createin interfaceRDFWriterFactory- Parameters:
theStream- the stream to write totheOptions- the writer options- Returns:
- the new `RDFWriter`
-
-