getByteArrayFromCharArray(char[]) method
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
Created March 27, 2013.
To comment on this topic, go to:
DocCommentXchange
.