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

Method read_dataFile

drg_group/chs_drg_10/GroupProxy.java:205–207  ·  view source on GitHub ↗
(String folder,String dataFile)

Source from the content-addressed store, hash-verified

203 return csv.replace("\"", "");
204 }
205 public static Map<String,String> read_dataFile(String folder,String dataFile){
206 return read_dataFile(folder,dataFile,false);
207 }
208 public static Map<String,String> read_dataFile(String folder,String dataFile,Boolean dropSame){
209 InputStream inputStream =Base.class.getResourceAsStream(
210 "/"+Base.class.getPackage().getName().replace(".", "/")+"/"+folder+"/"+dataFile+".dat");

Callers 1

GroupProxyClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected