FileDataIntCodec class
IntCodec implementation for BytesFileIO.
Constructors
- FileDataIntCodec(BytesFileIO _fileIO)
Properties
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited