getByteArrayFromCharArray(char[]) method

Converts a character array to a byte array using the DEFAULT_ENCODING.

Syntax

byte[] getByteArrayFromCharArray ( char[] ch )

Parameters

Returns

byte array derived using the default encoding from the specified input

Usage

byte array derived using the default encoding from the specified input