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