net.sf.infrared.agent.util
Class InfraREDUtil

java.lang.Object
  extended bynet.sf.infrared.agent.util.InfraREDUtil

public class InfraREDUtil
extends Object

Utility methods used by InfraRED.


Constructor Summary
InfraREDUtil()
           
 
Method Summary
static InputStream getResourceAsStream(String aRelativeFileName)
          Gets an InputStream for reading the file specified by the given relative-name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfraREDUtil

public InfraREDUtil()
Method Detail

getResourceAsStream

public static InputStream getResourceAsStream(String aRelativeFileName)
Gets an InputStream for reading the file specified by the given relative-name.

Parameters:
aRelativeFileName -
Returns:
InputStream from which the file can be read.