decodeUTF16Char
Decodes a Char at octetIndex from a ByteArray assuming UTF-16 encoding.
Return
the Char decoded from the ByteArray at octetIndex.
Parameters
octetIndex
the index of the octet to decode.
Decodes a Char at octetIndex from a ByteArray assuming UTF-16 encoding.
the Char decoded from the ByteArray at octetIndex.
the index of the octet to decode.