BaseRdfBinaryCodecRegistry<G> class

Base registry for binary RDF codecs.

Manages registration of binary codecs by MIME type and provides auto-detection of binary formats. This mirrors BaseRdfCodecRegistry but works with RdfBinaryCodec instances.

Implementers

Properties

allMimeTypes Set<String>
Returns all MIME types supported by all registered codecs.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Clears all registered codecs (mainly for testing).
detectCodec(Uint8List content) RdfBinaryCodec<G>?
Attempts to detect a codec from binary content.
getAllCodecs() List<RdfBinaryCodec<G>>
Returns all registered codecs.
getCodec(String? mimeType) RdfBinaryCodec<G>
Retrieves a codec by MIME type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerCodec(RdfBinaryCodec<G> codec) → void
Registers a binary codec with this registry.
toString() String
A string representation of this object.
inherited

Operators

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