FloatRingBuffer class

Actual implementation of the ring buffer. */

Properties

buffer ByteBuffer
no setter
capacity int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load(List<double> newData) → void
Loads the entire float array to the ring buffer. If the float array is longer than ring buffer's capacity, samples with lower indicies in the array will be ignored.
loadOffset(List<double> newData, int offset, int size) → void
Loads a slice of the float array to the ring buffer. If the float array is longer than ring buffer's capacity, samples with lower indicies in the array will be ignored.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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