SegmentView class

Properties

data ByteData
final
hashCode int
The hash code for this object.
no setterinherited
lengthInBytes int
no setter
lengthInWords int
final
offsetInBytes int
no setter
offsetInWords int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segment Segment
final
totalOffsetInBytes int
no setter

Methods

getBool(int offsetInBits) bool
getBoolList(int offsetInWords) UnmodifiableBoolListView
getCompositeList<T>(int offsetInWords, StructFactory<T> factory) UnmodifiableCompositeListView<T>
getData(int offsetInWords) UnmodifiableUint8ListView
getFloat32(int offsetInBytes) double
getFloat32List(int offsetInWords) UnmodifiableFloat32ListView
getFloat64(int offsetInBytes) double
getInt16(int offsetInBytes) int
getInt16List(int offsetInWords) UnmodifiableInt16ListView
getInt32(int offsetInBytes) int
getInt32List(int offsetInWords) UnmodifiableInt32ListView
getInt64(int offsetInBytes) int
getInt64List(int offsetInWords) UnmodifiableInt64ListView
getInt8(int offsetInBytes) int
getInt8List(int offsetInWords) UnmodifiableInt8ListView
getStruct<T>(int offsetInWords, StructFactory<T> factory) → T
getText(int offsetInWords) String
getUInt16(int offsetInBytes) int
getUInt16List(int offsetInWords) UnmodifiableUint16ListView
getUInt32(int offsetInBytes) int
getUInt32List(int offsetInWords) UnmodifiableUint32ListView
getUInt64(int offsetInBytes) int
getUInt64List(int offsetInWords) UnmodifiableUint64ListView
getUInt8(int offsetInBytes) int
getUInt8List(int offsetInWords) UnmodifiableUint8ListView
getVoid(int offsetInBytes) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subview(int offsetInWords, int lengthInWords) SegmentView
toString() String
A string representation of this object.
inherited
viewRelativeToEnd(int offsetInWords, int lengthInWords) SegmentView

Operators

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