XdrDataInputStream class
Constructors
-
XdrDataInputStream(Uint8List data
)
Properties
- data ↔ Uint8List
-
read / write, inherited
- fileLength → int
-
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- offset → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- view ↔ ByteData
-
read / write, inherited
Methods
-
fillList(
List one, List two ) → void -
inherited
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
pad(
) → void -
inherited
-
read(
) → int -
readBoolean(
) → bool -
inherited
-
readByte(
[bool eofException = true] ) → int -
Returns the byte(-128 - 127) at offset. if
eofException
is false then if it reaches the end of the stream it will return -129. Otherwise it will throw an exception.inherited -
readBytes(
int numBytes ) → Uint8List -
inherited
-
readChar(
[Endian endian = Endian.big] ) → String -
inherited
-
readDouble(
[Endian endian = Endian.big] ) → double -
inherited
-
readDoubleArray(
) → List< double> -
readFloat(
[Endian endian = Endian.big] ) → double -
inherited
-
readFloatArray(
) → List< double> -
readFully(
List bytes, {int len, int off, Endian endian: Endian.big} ) → void -
inherited
-
readInt(
[Endian endian = Endian.big] ) → int -
inherited
-
readIntArray(
) → List< int> -
readLine(
[Endian endian = Endian.big] ) → String -
inherited
-
readLong(
[Endian endian = Endian.big] ) → int -
inherited
-
readShort(
[Endian endian = Endian.big] ) → int -
inherited
-
readString(
) → String -
readUnsignedByte(
[bool eofException = true] ) → int -
Returns the byte(0-255) at offset. if
eofException
is false then if it reaches the end of the stream it will return -1, Otherwise it will throw an exception.inherited -
readUnsignedShort(
[Endian endian = Endian.big] ) → int -
inherited
-
readUTF(
[Endian endian = Endian.big] ) → String -
inherited
-
skipBytes(
int n ) → int -
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited