Uses of Class
org.apache.jena.riot.rowset.rw.rs_json.RowSetJSONStreaming
Packages that use RowSetJSONStreaming
-
Uses of RowSetJSONStreaming in org.apache.jena.riot.rowset.rw
Methods in org.apache.jena.riot.rowset.rw that return types with arguments of type RowSetJSONStreamingModifier and TypeMethodDescriptionstatic RowSetBuffered<RowSetJSONStreaming<?>>RowSetReaderJSONStreaming.createRowSet(InputStream in, Context context) -
Uses of RowSetJSONStreaming in org.apache.jena.riot.rowset.rw.rs_json
Methods in org.apache.jena.riot.rowset.rw.rs_json that return RowSetJSONStreamingModifier and TypeMethodDescriptionstatic RowSetJSONStreaming<?>RowSetJSONStreaming.createUnbuffered(InputStream in, LabelToNode labelMap, ValidationSettings validationSettings, ErrorHandler errorHandler) Methods in org.apache.jena.riot.rowset.rw.rs_json that return types with arguments of type RowSetJSONStreamingModifier and TypeMethodDescriptionstatic RowSetBuffered<RowSetJSONStreaming<?>>RowSetJSONStreaming.createBuffered(InputStream in, LabelToNode labelMap, Supplier<DataBag<Binding>> bufferFactory, ValidationSettings validationSettings, ErrorHandler errorHandler)