new String(Files.readAllBytes(path));
new String(Files.readAllBytes(path), StandardCharsets.UTF_8); ?