Exemplo n.º 1
0
  protected void writeChar(String s, Type t) {

    write('\'');
    StringConverter.stringToUnicodeBytes(this, s, true);
    write('\'');
  }
Exemplo n.º 2
0
 public void writeString(String value) {
   StringConverter.stringToUnicodeBytes(this, value, false);
 }