public interface BytesConsumer
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
boolean |
read(Bytes<?> bytes)
Retrieves and removes the head of this queue, or returns
true if this queue is
empty. |
boolean read(Bytes<?> bytes)
true
if this queue is
empty.boolean isEmpty()
Copyright © 2016. All rights reserved.