Converts a character array to a byte array using the DEFAULT_ENCODING.
Syntax
byte[]
getByteArrayFromCharArray
(
char[]
ch
)
Parameters
-
ch –
character array to convert
Returns
byte array derived using the default encoding from the specified input
Usage
byte array derived using the default encoding from the specified input