java.lang.Object
org.apache.jena.rdfpatch.text.RDFPatchReaderText
- All Implemented Interfaces:
PatchProcessor
RDF Patch reader for text format.
-
Constructor Summary
ConstructorsConstructorDescriptionRDFPatchReaderText(InputStream input) RDFPatchReaderText(InputStream input, org.apache.jena.riot.system.ErrorHandler errorHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(RDFChanges processor) static PatchHeaderreaderHeader(InputStream input) Read patch header.
-
Constructor Details
-
RDFPatchReaderText
-
RDFPatchReaderText
-
-
Method Details
-
apply
- Specified by:
applyin interfacePatchProcessor
-
readerHeader
Read patch header.
-