DecoderConfig class

DecoderConfig config for decoder.

Constructors

DecoderConfig({required int lengthFieldOffset, required int lengthFieldLength, required int lengthAdjustment, required int initialBytesToStrip})

Properties

hashCode int
The hash code for this object.
no setterinherited
initialBytesToStrip int
InitialBytesToStrip is the number of first bytes to strip out from the decoded frame
getter/setter pair
lengthAdjustment int
LengthAdjustment is the compensation value to add to the value of the length field
getter/setter pair
lengthFieldLength int
LengthFieldLength is the length of the length field
getter/setter pair
lengthFieldOffset int
LengthFieldOffset is the offset of the length field
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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