decodeASCII

fun decodeASCII(src: ByteArray, srcOff: Int, dst: CharArray?, dstOff: Int, len: Int): Int

Decodes ASCII from the source byte array into the destination char array.

Return

the number of bytes successfully decoded, at most len