RWBitCodec<T> class
- Implemented types
-
- BitCodec<
T>
- BitCodec<
Constructors
-
RWBitCodec.new({required BitCodec<
T> codec}) -
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reader(
BitBufferReader reader) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
variant(
BitCodec< T> codec) → BitCodec<T> -
override
-
writer(
BitBufferWriter writer, T t) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited