Package name.pachler.nio.file.impl
package name.pachler.nio.file.impl
-
ClassesClassDescriptionstruct kevent { uintptr_t ident; // identifier for this event short filter; // filter for event u_short flags; // action flags for kqueue u_int fflags; // filter flag value intptr_t data; // filter data value void *udata; // opaque user data identifier };This Linux implementation of the WatchService interface works without the use of threads or asynchronous I/O, using Linux' inotify file system event facitily.This class loads native libraries packaged in the JAR file that this class resides in.This is a minimal implementation of JDK7's Path class, so all we offer here is what is required for WatchService and friends to work