Translates this string into a byte array using the default encoding. @return The resulting byte array. @since 2018/12/08
()
| 612 | * @since 2018/12/08 |
| 613 | */ |
| 614 | public byte[] getBytes() |
| 615 | { |
| 616 | return this.__getBytes(CodecFactory.defaultEncoder()); |
| 617 | } |
| 618 | |
| 619 | /** |
| 620 | * Translates this string using into a byte array using the specified |