NTriplesDecoderOptions class

Options for configuring the N-Triples decoder behavior.

N-Triples has a straightforward format with minimal configuration options compared to more complex RDF serialization formats. This class provides a placeholder for future extension points if needed.

The current implementation uses default parsing behavior as defined by the N-Triples specification, without additional configuration options.

Inheritance

Constructors

NTriplesDecoderOptions()
Creates a new instance of NTriplesDecoderOptions with default settings.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

from(RdfGraphDecoderOptions options) NTriplesDecoderOptions
Creates an instance of NTriplesDecoderOptions from generic decoder options.