com.perisic.sound
Class Util

java.lang.Object
  extended by com.perisic.sound.Util

public class Util
extends java.lang.Object

A collection of some unrelated utility functions.

Copyright:(c) Marc Conrad, Tim French 2006-2010; Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument. DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

Author:
Marc

Constructor Summary
Util()
           
 
Method Summary
static java.lang.String chooseDirectory()
           
static void print(java.lang.String str)
          In this version doing a System.out.print().
static void println(java.lang.String str)
          In this version doing a System.out.println().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

println

public static void println(java.lang.String str)
In this version doing a System.out.println(). May be implemented smarter in the future.

Parameters:
str -

print

public static void print(java.lang.String str)
In this version doing a System.out.print(). May be implemented smarter in the future.

Parameters:
str -

chooseDirectory

public static java.lang.String chooseDirectory()
Returns:
A Directory choosen by the User or null.