OutputStream class

Constructors

OutputStream()

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
position int
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
toBytes() Uint8List
toString() String
A string representation of this object.
inherited
writeBytes(Uint8List bytes) → void
writeInt32(int value) → void
writeUint8(int value) → void

Operators

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