manifold.se
Class Utils

java.lang.Object
  |
  +--manifold.se.Utils

public class Utils
extends java.lang.Object

The Utils class contains static utility methods related to common actions.

Copyright (c) 2001 Rutgers, The State University of New Jersey


Method Summary
static java.awt.Image getImage(java.lang.String source)
           
static java.io.InputStream getInputStream(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInputStream

public static java.io.InputStream getInputStream(java.lang.String source)
                                          throws java.lang.Exception
java.lang.Exception

getImage

public static java.awt.Image getImage(java.lang.String source)
                               throws java.lang.Exception
java.lang.Exception


Copyright (c) 2003 Rutgers, The State University of New Jersey