org.freecompany.util.text
Class Util

java.lang.Object
  extended by org.freecompany.util.text.Util

public class Util
extends java.lang.Object


Constructor Summary
Util()
           
 
Method Summary
static void dump(byte[] data)
           
static void dump(byte[] data, java.lang.Appendable out)
           
static void dump(java.nio.ByteBuffer buf, java.lang.Appendable out)
           
static void dump(char[] data)
           
static void dump(char[] data, java.lang.Appendable out)
           
static void dump(java.lang.CharSequence data)
           
static java.lang.String hex(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

dump

public static void dump(byte[] data)

dump

public static void dump(byte[] data,
                        java.lang.Appendable out)

dump

public static void dump(char[] data)

dump

public static void dump(java.lang.CharSequence data)

dump

public static void dump(char[] data,
                        java.lang.Appendable out)

dump

public static void dump(java.nio.ByteBuffer buf,
                        java.lang.Appendable out)

hex

public static java.lang.String hex(byte[] data)