2
public String getQuery(String nameFile, Package pathFile)
{
   //   How to get on InputStrem nameFile and pathFile
}

クラスローダーを通過できませんでした

String path = getClass().getPackage().getName().replace('.', File.pathSeparatorChar);
String file = path + "file.txt";
InputStream in = this.getClass().getClassLoader().getResourceAsStream(file);

戻り値 = null

4

1 に答える 1