read

fun LinkedBlockingDeque<Byte>.read(i: Int): ByteArray

Extension function to read N bytes from a LinkedBlockingDeque

Return

The bytes in a ByteArray

Parameters

i

Amount of bytes to read