Tag Archives: file nio

Implementing WatchService API in Java 7 to monitor the directory changes

June 15, 2012

3 Comments

In Java 7 there were quite a lot of new things added to the File NIO package (java.nio)- there was a new java.nio.file package and java.nio.file.attribute package. Main highlights of the java.nio.file package are the following classes: Path: Its an object used to locate a file or directory in the file system. The value contained [...]

email