public class CircularBytesBuffer extends Object
Constructor and Description |
---|
CircularBytesBuffer(int size) |
Modifier and Type | Method and Description |
---|---|
void |
get(BytesProcessor processor) |
boolean |
isEmpty() |
boolean |
isFull() |
void |
put(ByteBuffer buffer) |
void |
put(BytesProcessor processor) |
int |
size() |
public int size()
public boolean isFull()
public boolean isEmpty()
public void put(ByteBuffer buffer)
public void put(BytesProcessor processor)
public void get(BytesProcessor processor)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.