org.apache.mina.common.support
Class ByteBufferHexDumper

java.lang.Object
  extended by org.apache.mina.common.support.ByteBufferHexDumper

public class ByteBufferHexDumper
extends java.lang.Object

Provides utility methods for ByteBuffers.


Constructor Summary
ByteBufferHexDumper()
           
 
Method Summary
static java.lang.String getHexdump(ByteBuffer in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteBufferHexDumper

public ByteBufferHexDumper()
Method Detail

getHexdump

public static java.lang.String getHexdump(ByteBuffer in)