tryRecv

fun tryRecv(data: ByteArray, offset: Int = 0, count: Int = data.size - offset): Int
fun tryRecv(count: Int): ByteArray?