| Class | Description | 
|---|---|
| FileAccessorLocalJava7 | This is the implementation of the FileRemoteAccessor working with  FileRemotewhich uses the java.nio.files startegy (new from Java-7)German description for the java.nio.file: https://entwickler.de/java/javaniofile-hoher-weiter-schneller | 
| FileCallbackLocalCmp | This class supports comparison of files in a tree. | 
| FileCallbackLocalCopy | This class contains the callback operations used for 
  FileRemoteAccessor#walkFileTreeCheck(FileRemote, boolean, boolean, boolean, String, long, int, FileRemoteWalkerCallback)to copy the content of a directory tree called inFileRemote#copyDirTreeTo(FileRemote, int, String, int, FileRemoteProgressEvData). | 
| FileCallbackLocalDelete |