Set the Charset used for string<->byte conversions. @param charset The charset
(Charset charset)
| 283 | * @param charset The charset |
| 284 | */ |
| 285 | public void setCharset(Charset charset) { |
| 286 | byteC.setCharset(charset); |
| 287 | } |
| 288 | |
| 289 | |
| 290 | /** |
no test coverage detected