java.lang.Object
org.apache.jena.sparql.system.SinkQuadBracedOutput
org.apache.jena.sparql.modify.request.UpdateDataWriter
- All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable
,org.apache.jena.atlas.lib.Sink<Quad>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The mode an UpdateDataWriter is in. -
Constructor Summary
ConstructorDescriptionUpdateDataWriter
(UpdateDataWriter.UpdateMode mode, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt) -
Method Summary
Methods inherited from class org.apache.jena.sparql.system.SinkQuadBracedOutput
close, flush, send, send
-
Constructor Details
-
UpdateDataWriter
public UpdateDataWriter(UpdateDataWriter.UpdateMode mode, org.apache.jena.atlas.io.IndentedWriter out, SerializationContext sCxt)
-
-
Method Details
-
getMode
-
open
public void open()- Overrides:
open
in classSinkQuadBracedOutput
-