ContentDecoder class abstract

An interface to decode content from a text or binary format.

Constructors

ContentDecoder()

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

decodeBytes(Uint8List source) → void
Decodes bytes from source as content objects.
decodeData(dynamic source) → void
Decodes structured data from source as content objects.
decodeText(String source) → void
Decodes text from source as content objects.
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