All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.chen0040.benchmarks.ResourceFileUtils Maven / Gradle / Ivy

The newest version!
package com.github.chen0040.benchmarks;


import java.io.InputStream;


/**
 * Created by xschen on 14/6/2017.
 */
public class ResourceFileUtils {
   public static InputStream getResource(String filename) {
      return ResourceFileUtils.class.getClassLoader().getResourceAsStream(filename);
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy