edu.yale.its.tp.cas.ticket
Class Util

java.lang.Object
  |
  +--edu.yale.its.tp.cas.ticket.Util

public class Util
extends java.lang.Object

Some static utility methods.


Constructor Summary
Util()
           
 
Method Summary
static java.lang.String toPrintable(byte[] b)
          Returns a printable String corresponding to a byte array.
 
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

toPrintable

public static java.lang.String toPrintable(byte[] b)
Returns a printable String corresponding to a byte array.