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