public class SerializeUtils extends Object
| Constructor and Description |
|---|
SerializeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ByteArrayToByteBuffer(byte[] byteBuf,
org.apache.mina.core.buffer.IoBuffer buf) |
static void |
ByteArrayToNioByteBuffer(byte[] byteBuf,
ByteBuffer buf) |
static byte[] |
ByteBufferToByteArray(org.apache.mina.core.buffer.IoBuffer buf) |
static byte[] |
NioByteBufferToByteArray(ByteBuffer buf) |
public static byte[] ByteBufferToByteArray(org.apache.mina.core.buffer.IoBuffer buf)
public static byte[] NioByteBufferToByteArray(ByteBuffer buf)
public static void ByteArrayToByteBuffer(byte[] byteBuf,
org.apache.mina.core.buffer.IoBuffer buf)
public static void ByteArrayToNioByteBuffer(byte[] byteBuf,
ByteBuffer buf)
Copyright © 2005–2017 Red5. All rights reserved.