QJCC homepage

biz.chitec.quarterback.util
Class ByteArrayFormatter

java.lang.Object
  extended bybiz.chitec.quarterback.util.ByteArrayFormatter

public final class ByteArrayFormatter
extends java.lang.Object

Static final class with one method to pretty print byte arrays.

Version:
$Id: 1d3869dd173c5982a1bbe340ae328074c4c773f5 $
Author:
chitec/Dirk Hillbrecht 2001 Distributed under the terms of the GNU LGPL.

Constructor Summary
private ByteArrayFormatter()
           
 
Method Summary
static java.lang.String format(byte[] ba)
           
static java.lang.String format(int[] ba)
           
private static java.lang.String formatByte(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayFormatter

private ByteArrayFormatter()
Method Detail

formatByte

private static java.lang.String formatByte(byte b)

format

public static java.lang.String format(byte[] ba)

format

public static java.lang.String format(int[] ba)

QJCC homepage