org.red5.server.net.rtmp.event
Class SerializeUtils

java.lang.Object
  extended by org.red5.server.net.rtmp.event.SerializeUtils

public class SerializeUtils
extends Object


Constructor Summary
SerializeUtils()
           
 
Method Summary
static void ByteArrayToByteBuffer(byte[] byteBuf, org.apache.mina.common.ByteBuffer buf)
           
static byte[] ByteBufferToByteArray(org.apache.mina.common.ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializeUtils

public SerializeUtils()
Method Detail

ByteBufferToByteArray

public static byte[] ByteBufferToByteArray(org.apache.mina.common.ByteBuffer buf)

ByteArrayToByteBuffer

public static void ByteArrayToByteBuffer(byte[] byteBuf,
                                         org.apache.mina.common.ByteBuffer buf)


Copyright © 2006-2007 the Red5 project.