| Package | Description |
|---|---|
| com.cloudhopper.commons.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteBuffer.add(byte[] bytes)
Adds a byte array to this buffer.
|
void |
ByteBuffer.add(byte[] bytes,
int offset,
int length)
Adds a byte array to this buffer starting from the offset up to the
length requested.
|
void |
ByteBuffer.delete(int count)
Deletes the first N bytes of the buffer.
|
byte |
ByteBuffer.get(int index)
Gets the byte at the given index relative to the beginning the circular
buffer.
|
byte[] |
ByteBuffer.remove(int count)
Removes a byte array of the first N bytes in the buffer.
|
Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.