Orçun Çolak'ın her şeyden bir parça notları
Path path = Paths.get("path/to/my/file");
try (InputStream in = Files.newInputStream(path)) { // work with "in" }
Hiç yorum yok:
Yorum Gönder