org.littleshoot.mina.common.support
Class ByteBufferHexDumper

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

public class ByteBufferHexDumper
extends Object

Provides utility methods for ByteBuffers.

Version:
$Rev: 555855 $, $Date: 2007-07-13 12:19:00 +0900 (Fri, 13 Jul 2007) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Constructor Summary
ByteBufferHexDumper()
           
 
Method Summary
static 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 String getHexdump(ByteBuffer in)


Copyright © 2011 LittleShoot. All Rights Reserved.