Click or drag to resize

Notation3Writer Constructor (Int32)

Creates a new Notation 3 Writer which uses the given Compression Level.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Notation3Writer(
	int compressionLevel
)

Parameters

compressionLevel
Type: SystemInt32
Desired Compression Level.
Remarks
See Remarks for this classes CompressionLevel property to see what effect different compression levels have.
See Also