MCPcopy Create free account
hub / github.com/OpenDRG/DRG_Java / read_dataFile

Method read_dataFile

drg_group/suzhou_2023/GroupProxy.java:206–208  ·  view source on GitHub ↗
(String folder,String dataFile)

Source from the content-addressed store, hash-verified

204 return csv.replace("\"", "");
205 }
206 public static Map<String,String> read_dataFile(String folder,String dataFile){
207 return read_dataFile(folder,dataFile,false);
208 }
209 public static Map<String,String> read_dataFile(String folder,String dataFile,Boolean dropSame){
210 // Path filename=Paths.get(GroupProxy.class.getResource("/").getPath(),
211 // GroupProxy.class.getPackage().getName().replace(".", File.separator),folder,dataFile+".dat");

Callers 1

GroupProxyClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected