Ejemplo n.º 1
0
 private void writeText(TGText text) {
   // escribo el texto
   writeUnsignedByteString(text.getValue());
 }