public class SerializeUtils extends Object
| Constructor and Description |
|---|
SerializeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ByteArrayToByteBuffer(byte[] byteBuf,
IoBuffer buf) |
static void |
ByteArrayToNioByteBuffer(byte[] byteBuf,
ByteBuffer buf) |
static byte[] |
ByteBufferToByteArray(IoBuffer buf) |
static byte[] |
NioByteBufferToByteArray(ByteBuffer buf) |
public static byte[] ByteBufferToByteArray(IoBuffer buf)
public static byte[] NioByteBufferToByteArray(ByteBuffer buf)
public static void ByteArrayToByteBuffer(byte[] byteBuf,
IoBuffer buf)
public static void ByteArrayToNioByteBuffer(byte[] byteBuf,
ByteBuffer buf)
Copyright © 2006-2012 The Red5 Project