Return the Charset used for string<->byte conversions. @return the Charset used for string<->byte conversions
()
| 274 | * @return the Charset used for string<->byte conversions |
| 275 | */ |
| 276 | public Charset getCharset() { |
| 277 | return byteC.getCharset(); |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Set the Charset used for string<->byte conversions. |