ByteDataIntCodec class

IntCodec implementation for ByteData.

Inheritance

Constructors

ByteDataIntCodec(ByteData byteData)

Properties

byteData ByteData
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

getInt16(int position, Endian endian) int
Same as ByteData.getInt16.
override
getInt32(int position, Endian endian) int
Same as ByteData.getInt32.
override
getUint16(int position, Endian endian) int
Same as ByteData.getUint16.
override
getUint32(int position, Endian endian) int
Same as ByteData.getUint32.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInt16(int position, int n, Endian endian) → void
Same as ByteData.setInt16.
override
setInt32(int position, int n, Endian endian) → void
Same as ByteData.setInt32.
override
setUint16(int position, int n, Endian endian) → void
Same as ByteData.setUint16.
override
setUint32(int position, int n, Endian endian) → void
Same as ByteData.setUint32.
override
toString() String
A string representation of this object.
inherited

Operators

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