BaseGZipWriter Constructor |
Creates a new GZipped writer.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseGZipWriter(
IRdfWriter writer
)
Protected Sub New (
writer As IRdfWriter
)
Parameters
- writer
- Type: VDS.RDFIRdfWriter
Underlying writer.
Exceptions See Also