RdfBinaryDecoder<G> class
abstract
Base class for decoding RDF documents from binary serialization formats.
This abstract class extends the standard Converter interface to provide
a common API for decoding binary RDF serializations (such as Jelly, HDT,
etc.). Each format implements this interface to handle its specific binary
encoding rules.
Format-specific decoders should implement this base class to be compatible with the RDF library's parsing framework and to ensure consistent behavior across different binary formats.
- Inheritance
- Implementers
Constructors
- RdfBinaryDecoder()
-
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
-
bind(
Stream< Uint8List> stream) → Stream<G> -
Transforms the provided
stream.inherited -
cast<
RS, RT> () → Converter< RS, RT> -
Provides a
Converter<RS, RT>view of this stream transformer.inherited -
convert(
Uint8List input) → G -
Decodes a binary RDF document and returns the appropriate RDF data
structure.
override
-
fuse<
TT> (Converter< G, TT> other) → Converter<Uint8List, TT> -
Fuses
thiswithother.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startChunkedConversion(
Sink< G> sink) → Sink<Uint8List> -
Starts a chunked conversion.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withOptions(
RdfBinaryDecoderOptions options) → RdfBinaryDecoder< G> - Creates a new decoder with the specified options.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited