MessageEncoder class

Constructors

MessageEncoder()
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

encode(Message message, Schema schema) Uint8List
encodeMessage(Uint8List buffer, int offset, Message message, Schema schema) → void
insertInt(Uint8List buffer, int offset, int bytes, int element) int
inherited
insertInt16(Uint8List buffer, int offset, int element) int
inherited
insertInt8(Uint8List buffer, int offset, int element) int
inherited
insertString(Uint8List buffer, int offset, String element) int
inherited
insertUint8List(Uint8List buffer, int offset, Uint8List element) int
inherited
insertUtf8String(Uint8List buffer, int offset, String element) int
inherited
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