Click or drag to resize

BaseGZipWriter Constructor

Creates a new GZipped writer.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected BaseGZipWriter(
	IRdfWriter writer
)

Parameters

writer
Type: VDS.RDFIRdfWriter
Underlying writer.
Exceptions
ExceptionCondition
ArgumentNullExceptionraised if writer is null.
See Also