net.sf.infrared.agent.util
Class InfraREDUtil
java.lang.Object
net.sf.infrared.agent.util.InfraREDUtil
- public class InfraREDUtil
- extends Object
Utility methods used by InfraRED.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfraREDUtil
public InfraREDUtil()
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.