我每个数据都是 byte buffer=new byte[60];想用Queue进行读写操作,怎样实现?
我声明:
private Queue<byte []> q =  new LinkedList<byte []>();好像用不了,是怎么回事呢?能给个 byte[]放入队列的例子吗?