typed_data library

Utilities and functionality related to the "dart:typed_data" library.

Classes

Float32Buffer
Float32Queue
A QueueList that efficiently stores IEEE 754 single-precision binary floating-point numbers.
Float32x4Buffer
Float32x4Queue
A QueueList that efficiently stores Float32x4 numbers.
Float64Buffer
Float64Queue
A QueueList that efficiently stores IEEE 754 double-precision binary floating-point numbers.
Int16Buffer
Int16Queue
A QueueList that efficiently stores 16-bit signed integers.
Int32Buffer
Int32Queue
A QueueList that efficiently stores 32-bit signed integers.
Int32x4Buffer
Int32x4Queue
A QueueList that efficiently stores Int32x4 numbers.
Int64Buffer
Int64Queue
A QueueList that efficiently stores 64-bit signed integers.
Int8Buffer
Int8Queue
A QueueList that efficiently stores 8-bit signed integers.
Uint16Buffer
Uint16Queue
A QueueList that efficiently stores 16-bit unsigned integers.
Uint32Buffer
Uint32Queue
A QueueList that efficiently stores 32-bit unsigned integers.
Uint64Buffer
Uint64Queue
A QueueList that efficiently stores 64-bit unsigned integers.
Uint8Buffer
Uint8ClampedBuffer
Uint8ClampedQueue
A QueueList that efficiently stores 8-bit unsigned integers.
Uint8Queue
A QueueList that efficiently stores 8-bit unsigned integers.