chapter1
Class Utils

java.lang.Object
  extended by chapter1.Utils

public class Utils
extends java.lang.Object

Static utility methods.


Constructor Summary
Utils()
           
 
Method Summary
static java.lang.String makeBlankString(int len)
          Return a string of length len made up of blanks.
 
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

makeBlankString

public static java.lang.String makeBlankString(int len)
Return a string of length len made up of blanks.

Parameters:
len - the length of the output String.
Returns:
the string of blanks.


Examples from "Beginning Cryptography with Java"