Class RDFPatchReaderText

java.lang.Object
org.apache.jena.rdfpatch.text.RDFPatchReaderText
All Implemented Interfaces:
PatchProcessor

public class RDFPatchReaderText extends Object implements PatchProcessor
RDF Patch reader for text format.
  • Constructor Details

    • RDFPatchReaderText

      public RDFPatchReaderText(InputStream input)
    • RDFPatchReaderText

      public RDFPatchReaderText(InputStream input, org.apache.jena.riot.system.ErrorHandler errorHandler)
  • Method Details