OutputStreamBase class
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
writeByte(
int value) → void - Write a byte to the output stream.
-
writeBytes(
List< int> bytes, [int len]) → void - Write a set of bytes to the output stream.
-
writeInputStream(
InputStreamBase bytes) → void - Write an InputStream to the output stream.
-
writeUint16(
int value) → void - Write a 16-bit word to the output stream.
-
writeUint32(
int value) → void - Write a 32-bit word to the end of the buffer.
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited