com.jniwrapper.win32.io package contains classes, which provide you with
file system related functionality.See: Description
| Interface | Description |
|---|---|
| FileSystemEventListener |
An interface for listening for file system events.
|
| Class | Description |
|---|---|
| FileInfo |
FileInfo class is a file information container.
|
| FileSystem | |
| FileSystem.DriveType |
DriveTypes class represents the enumeration of drive types.
|
| FileSystem.FileAttributes |
FileAttributes class represents a set of file attributes.
|
| FileSystemEvent |
This class provides information about an event occurred in the file system.
|
| FileSystemWatcher |
FileSystemWatcher class is designed to listen for file system events
in a specified folder with various watching parameters.
|
| FileTime |
FileTime class represents the FILETIME structure.
|
| FolderInfo |
The FolderInfo class is a container of folder information.
|
| WatcherStrategy |
WatcherStrategy class is a base class for various watching strategies used in
FileSystemWatcher class. |
| Win32FindData |
Win32FindData class represents WIN32_FIND_DATA data type.
|
| Win9xWatcherStrategy |
Win9xWatcherStrategy class implements a watcher strategy based on wrapping
FindFirstChangeNotification, FindNextChangeNotification, etc. |
| WinNTWatcherStrategy |
WinNTWatcherStrategy class implements a watcher strategy based on wrapping
ReadDirectoryChangesW Win API function. |
| Exception | Description |
|---|---|
| FileSystemException |
FileSystemException class is an exception that can be thrown by
FileSystemWatcher at startup or during watching file system events.
|
com.jniwrapper.win32.io package contains classes, which provide you with
file system related functionality. Particularly it includes FileSystemWatcher class
that is designed for listening to file system events.