write method

void write (Object object)

Writes the string representation of object.

Converts object to a string using object.toString().

Implementation

void write(Object? object);