ByteStream class

Constructors

ByteStream([Stream<List<int>>? stream, List<int>? buffer])

Properties

bytes Future<List<int>>
no setter
closed bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertToString() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peekBytes(int num) Future<List<int>>
pop() Future<int>
popArray(int size) Future<List<int>>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

empty → const Stream<List<int>>