| Package | Description |
|---|---|
| org.kocakosm.pitaya.util |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
ByteBuffer.append(byte... bytes)
Writes the given bytes to this buffer.
|
ByteBuffer |
ByteBuffer.append(byte b)
Writes the given byte to this buffer.
|
ByteBuffer |
ByteBuffer.append(byte[] bytes,
int off,
int len)
Writes the given data to this buffer.
|
ByteBuffer |
ByteBuffer.clear()
Clears this buffer.
|
Copyright © 2012–2015. All rights reserved.