TypedData抽象 最终

字节数组的类型化视图。

尝试扩展或实现TypedData的类会导致编译错误。

实现者

构造函数

TypedData()

属性

buffer ByteBuffer
返回与此对象关联的字节缓冲区。
无设置器
elementSizeInBytes int
返回列表中每个元素表示的字节数。
无设置器
hashCode int
此对象的哈希码。
无设置器继承
lengthInBytes int
返回此视图的字节长度。
无设置器
offsetInBytes int
返回此视图到底层字节缓冲区的字节偏移量。
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
在访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承