AsTypedListExtension<T extends TypedData> extension

on

Methods

asByteData() Stream<ByteData>
Creates ByteData views over the underlying data buffer, see ByteBuffer.asByteData for details.
asFloat32List() Stream<Float32List>
Creates Float32List views over the underlying data buffer, see ByteBuffer.asFloat32List for details.
asFloat32x4List() Stream<Float32x4List>
Creates Float32x4List views over the underlying data buffer, see ByteBuffer.asFloat32x4List for details.
asFloat64List() Stream<Float64List>
Creates Float64List views over the underlying data buffer, see ByteBuffer.asFloat64List for details.
asFloat64x2List() Stream<Float64x2List>
Creates Float64x2List views over the underlying data buffer, see ByteBuffer.asFloat64x2List for details.
asInt16List() Stream<Int16List>
Creates Int16List views over the underlying data buffer, see ByteBuffer.asInt16List for details.
asInt32List() Stream<Int32List>
Creates Int32List views over the underlying data buffer, see ByteBuffer.asInt32List for details.
asInt32x4List() Stream<Int32x4List>
Creates Int32x4List views over the underlying data buffer, see ByteBuffer.asInt32x4List for details.
asInt64List() Stream<Int64List>
Creates Int64List views over the underlying data buffer, see ByteBuffer.asInt64List for details.
asInt8List() Stream<Int8List>
Creates Int8List views over the underlying data buffer, see ByteBuffer.asInt8List for details.
asUint16List() Stream<Uint16List>
Creates Uint16List views over the underlying data buffer, see ByteBuffer.asUint16List for details.
asUint32List() Stream<Uint32List>
Creates Uint32List views over the underlying data buffer, see ByteBuffer.asUint32List for details.
asUint64List() Stream<Uint64List>
Creates Uint64List views over the underlying data buffer, see ByteBuffer.asUint64List for details.
asUint8ClampedList() Stream<Uint8ClampedList>
Creates Uint8ClampedList views over the underlying data buffer, see ByteBuffer.asUint8ClampedList for details.
asUint8List() Stream<Uint8List>
Creates Uint8List views over the underlying data buffer, see ByteBuffer.asUint8List for details.