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