Function OutputStream.writeStringz

Attempts to write a string as zero-terminated. Returns true if entire string was written, false otherwise

final abstract bool writeStringz (
  string text
);