write method
- Object obj
override
Adds the contents of obj
, converted to a string, to the buffer.
Implementation
external void write(Object obj);
Adds the contents of obj
, converted to a string, to the buffer.
external void write(Object obj);