Searched refs:openResource (Results 1 – 3 of 3) sorted by relevance
55 public static InputStream openResource(final String name) { in openResource() method in JarUtils
56 final InputStream stream = JarUtils.openResource(jarEntryName); in StringResourceMap()
127 lnr = new LineNumberReader(new InputStreamReader(JarUtils.openResource(template))); in writeToJava()