TextWriter.write

Appends the given string to the data.

  1. void write(String string)
    class TextWriter
    void
    write
    (
    String string
    )
  2. void write(String string, int offset)
  3. void write(int i)
  4. void write(char i)

Meta