Byte array and Queue

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Hi,

I want to enqueue many byte array in a queue. When I dequeue the
elements of my queue, I need them back as byte array.

How can I extract them as byte array from the dequeue method of the queue?

Thank you
Marty
 
Back
Top