Click or drag to resize

BaseGZipDatasetParserLoad Method (ITripleStore, TextReader)

Loads a RDF dataset from GZipped input.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Load(
	ITripleStore store,
	TextReader input
)

Parameters

store
Type: VDS.RDFITripleStore
Triple Store to load into.
input
Type: System.IOTextReader
Input to load from.

Implements

IStoreReaderLoad(ITripleStore, TextReader)
See Also