TByteArrayOutputStream class

An output stream that can be used to write bytes.

Constructors

TByteArrayOutputStream.new([int initialSize = 32])

Properties

buf Int8List
getter/setter pairinherited
count int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
inherited
flush() → void
inherited
get() Int8List
Returns the contents of this output stream as a Int8List.
len() int
Returns the contents of this output stream as a Uint8List.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
inherited
size() int
inherited
toByteArray() Int8List
inherited
toString() String
A string representation of this object.
inherited
write(int b) → void
inherited
writeAll(List<int> bs, [int off = 0, int? len]) → void
inherited
writeBytes(List<int> bs) → void
inherited
writeTo(OutputStream out) → void
inherited

Operators

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