AutoDetectingGraphDecoder constructor
- RdfCodecRegistry _registry, {
- RdfGraphDecoderOptions? options,
Creates a new auto-detecting decoder
The _registry
parameter is the codec registry to use for format detection.
The options
parameter contains optional configuration options for the decoder.
Implementation
AutoDetectingGraphDecoder(this._registry, {RdfGraphDecoderOptions? options})
: _decoderOptions = options;