peek

fun peek(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int
fun peek(offset: Int = 0): Byte