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
)
Public Sub New (
compressionLevel As Integer
)
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