public interface BufferQueue
void add(byte[] buf) throws java.lang.Exception
java.lang.Exception
int next(byte[] buf)
Buffer next()
void recycle(Buffer buf)
boolean hasNext()
void add(byte[] buf, int length) throws QueueFullException
QueueFullException
void clear()
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga