Returns the rendered string as a byte array using the platform default charset. @return the rendered bytes
()
| 283 | * @return the rendered bytes |
| 284 | */ |
| 285 | public byte[] getBytes() { |
| 286 | return toString().getBytes(); |
| 287 | } |
| 288 | |
| 289 | /** |
| 290 | * Returns the rendered string as a byte array using the supplied charset. |