IByteQueue.peek

Peek at the next item that would be popped from the queue.

interface IByteQueue
void[]
peek
()

Return Value

Type: void[]

item that would be popped from queue, may be null if queue is empty

Meta