18 Eylül 2019 Çarşamba

FileSystem Sınıfı - NIO

constructor
Şöyle yaparız.
FileSystem fs = FileSystems.getDefault();
newWatchService metodu
Şöyle yaparız.
WatchService watchService = FileSystems.getDefault().newWatchService();

Hiç yorum yok:

Yorum Gönder