abstract fun peek(count: Int): List<ByteArray>
Return a list with at most the first count items from the head of the queue.
count