Package | Description |
---|---|
com.mckoi.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.get(byte[] b,
int offset,
int length)
Gets a byte array from the buffer.
|
ByteBuffer |
ByteBuffer.put(byte[] b) |
ByteBuffer |
ByteBuffer.put(byte[] b,
int offset,
int length)
Puts a byte array into the buffer.
|
ByteBuffer |
ByteBuffer.put(ByteBuffer buffer)
Puts a ByteBuffer in to this buffer.
|
ByteBuffer |
ByteBuffer.putByte(byte v)
Puts/Gets a byte into the buffer at the current position.
|
ByteBuffer |
ByteBuffer.putInt(int v)
Puts/Gets an integer into the buffer at the current position.
|
ByteBuffer |
ByteBuffer.putShort(short v)
Puts/Gets a short into the buffer at the current position.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.put(ByteBuffer buffer)
Puts a ByteBuffer in to this buffer.
|
Copyright © 2015. All rights reserved.