} | } | ||||
@GetMapping("init") | @GetMapping("init") | ||||
public void initDriver(@RequestParam("f") String f) { | public void initDriver(@RequestParam("f") String f) { | ||||
try { | |||||
/* try { | |||||
readFileByBytes(f); | readFileByBytes(f); | ||||
} catch (IOException e) { | } catch (IOException e) { | ||||
e.printStackTrace(); | e.printStackTrace(); | ||||
} | |||||
}*/ | |||||
} | } | ||||
public void readFileByBytes(String f) throws IOException { | public void readFileByBytes(String f) throws IOException { |