RdfBinaryGraphDecoder class abstract
Base class for decoding binary RDF documents into RDF graphs.
This abstract class specializes RdfBinaryDecoder for the RdfGraph type. Binary graph format decoders (such as Jelly for triple streams) should extend this class.
Constructors
- RdfBinaryGraphDecoder()
-
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<RdfGraph> -
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) → RdfGraph -
Decodes a binary RDF document and returns the appropriate RDF data
structure.
override
-
fuse<
TT> (Converter< RdfGraph, TT> other) → Converter<Uint8List, TT> -
Fuses
thiswithother.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startChunkedConversion(
Sink< RdfGraph> sink) → Sink<Uint8List> -
Starts a chunked conversion.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withOptions(
RdfBinaryDecoderOptions options) → RdfBinaryGraphDecoder -
Creates a new decoder with the specified options.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited