InputStream class

Interface for input streams used to extract Slice types from a sequence of bytes.

Constructors

InputStream(ByteData buf, int byteLength)

Properties

buf ByteData
final
byteLeft int
no setter
byteLength int
final
encoding EncodingVersion?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset int
getter/setter pair
protocol ProtocolVersion?
getter/setter pair
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
readBlob(int sz) List<int>
readBool() bool
readByte() int
readContext() Map<String, String>
readDouble() double
readEncapsulation() Encapsulation
readEncoding() EncodingVersion
readFlag() SliceFlag
readFloat() double
readIndentity() Identity
readInt() int
readLong() int
readMessageType() MessageType
readProtocol() ProtocolVersion
readShort() int
readSize() int
readString() String
readStringList() List<String>
readUint() int
readUint8() int
toString() String
A string representation of this object.
inherited

Operators

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