ByteOrderDataInStream class

Allows reading a stream of Java primitive datatypes from an underlying {@link InStream}, with the representation being in either common byte ordering.

Constructors

ByteOrderDataInStream(List<int> bytesList)

Properties

hashCode int
The hash code for this object.
no setterinherited
readOffset int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readByte() int
Reads a byte value
readDouble() double
readInt() int
readLong() int
setOrder(Endian byteOrder) → void
toString() String
A string representation of this object.
inherited

Operators

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