BitCodec<T> class
abstract
- Implementers
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reader(
BitBufferReader reader) → T -
toString(
) → String -
A string representation of this object.
inherited
-
variant(
BitCodec< T> codec) → BitCodec<T> -
writer(
BitBufferWriter writer, T t) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
stringPalette
↔ BitCodec<
String> -
getter/setter pair
Constants
- any → const BestBitCodec
-
boolean
→ const SimpleBitCodec<
bool> -
doubleBest
→ const BestBitCodec<
double> -
doubleLinear8
→ const SimpleBitCodec<
double> -
doubleLinear16
→ const SimpleBitCodec<
double> -
doubleLinear64
→ const SimpleBitCodec<
double> -
doubleStepped4Low
→ const SimpleBitCodec<
double> -
intBest
→ const BestBitCodec<
int> -
intLinear8
→ const SimpleBitCodec<
int> -
intLinear16
→ const SimpleBitCodec<
int> -
intLinear64
→ const SimpleBitCodec<
int> -
intStepped4Low
→ const SimpleBitCodec<
int> -
json
→ const BestBitCodec<
Map< String, dynamic> > - jsonString → const SimpleBitCodec
-
jsonStringMap
→ const SimpleBitCodec<
Map< String, dynamic> > -
list
→ const SimpleBitCodec<
List> -
steppedUtf16
→ const SimpleBitCodec<
int> -
stringBest
→ const BestBitCodec<
String> -
stringCompressed
→ const SimpleBitCodec<
String> -
stringLinear
→ const SimpleBitCodec<
String> -
stringMap
→ const SimpleBitCodec<
Map< String, dynamic> > -
stringStepped
→ const SimpleBitCodec<
String>