Int64ListReader class

Reads a list of signed 64-bit integers as a Int64List.

Inheritance

Constructors

Int64ListReader()
See Int64ListReader.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size of the value in bytes.
no setterinherited
valueLength int
The length of a number value in bytes.
no setter

Methods

createList(int length) Int64List
getNumValue(ByteData byteData, int byteOffset) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(BufferContext bc, int offset) Int64List
Read the value at the given offset in bc.
inherited
toString() String
A string representation of this object.
inherited
vTableGet(BufferContext object, int offset, int field, Int64List defaultValue) Int64List
Read the value of the given field in the given object.
inherited
vTableGetNullable(BufferContext object, int offset, int field) Int64List?
Read the value of the given field in the given object.
inherited

Operators

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