Writes the specified string as UTF8. @param string string @throws IOException I/O exception
(final String string)
| 279 | * @throws IOException I/O exception |
| 280 | */ |
| 281 | public void write(final String string) throws IOException { |
| 282 | write(Token.token(string)); |
| 283 | } |
| 284 | |
| 285 | /** |
| 286 | * Writes the specified byte array. |