writeString abstract method

void writeString(
  1. String s
)

Writes a String s into the buffer

  • s: the value to write

Implementation

void writeString(String s);