|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.bytebuffer.ByteBufferUtils
public class ByteBufferUtils
ByteBufferUtils class.
| Constructor Summary | |
|---|---|
ByteBufferUtils()
|
|
| Method Summary | |
|---|---|
static byte[] |
concatenate(byte[]... chunks)
Concatenate two arrays to one |
static void |
copy(ByteBuffer src,
ByteBuffer dst,
int length)
copy. |
static void |
copyRemaining(ByteBuffer src,
ByteBuffer dst)
Copies as much as possible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteBufferUtils()
| Method Detail |
|---|
public static void copyRemaining(ByteBuffer src,
ByteBuffer dst)
src - a ByteBuffer object.dst - a ByteBuffer object.
public static void copy(ByteBuffer src,
ByteBuffer dst,
int length)
copy.
src - a ByteBuffer object.dst - a ByteBuffer object.length - a int.public static byte[] concatenate(byte[]... chunks)
chunks - an array of byte.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||