标签: java json jar resources shapefile
我正在使用NetBeans 8.0.2
当我调用getClass()。getResourceAsStream(“/ test.json”)时,会返回一个有效的输入流。当我将shapefile添加到与test.json相同的目录并调用getClass()。getResourceAsStream(“/ shapefile.shp”)时,将返回null输入流。
这是为什么?是因为json可以作为流返回,但shapefile格式不能?
谢谢!