util
Class Utils

java.lang.Object
  extended by util.Utils

public class Utils
extends java.lang.Object


Constructor Summary
Utils()
           
 
Method Summary
static java.lang.String zeros(int length)
          Gets a string with all zeros.
 
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

zeros

public static java.lang.String zeros(int length)
Gets a string with all zeros.

Parameters:
length -
Returns: