BytesTaper<T> class abstract

A Taper that turns a value into bytes.

Inheritance
Implementers

Constructors

BytesTaper()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isLegacy bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
no setterinherited

Methods

fromBytes(List<int> bytes) → T
fromData(TapeData data) → T
Turns TapeData back into a value of type T.
override
matches(Object? value) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes(T value) List<int>
toData(T value) BytesTapeData
Turns the value into TapeData.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited