5 lines
98 B
Text
5 lines
98 B
Text
|
|
try (InputStream in = new BufferedInputStream(new FileInputStream(path))) {
|
|
readFile(in);
|
|
}
|
|
|