SharedMemoryBase<T> class abstract

Implementers

Constructors

SharedMemoryBase(int dataSize, int cacheSize, {ByteBuffer? byteBuffer})

Properties

byteBuffer ByteBuffer
latefinal
cacheSize int
final
data Uint8List
no setter
dataSize int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get([SharedMemoryIndexHolder? ih = null]) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(T value, [SharedMemoryIndexHolder? ih = null]) → void
toString() String
A string representation of this object.
inherited
valueFromData(ByteData data) → T
valueToData(ByteData data, T value) → void

Operators

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