nu.dll.misc
Class Utils

java.lang.Object
  |
  +--nu.dll.misc.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static java.lang.String pad(int l, char padding, java.lang.String s)
          Returns a new String padded to the given length by inserting the necessary number of the specified character at the beginning.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

pad

public static java.lang.String pad(int l,
                                   char padding,
                                   java.lang.String s)
Returns a new String padded to the given length by inserting the necessary number of the specified character at the beginning.