java.nio.file
class
LinkOption
StandardCopyOption
static long
copy(InputStream in, Path target, CopyOption... options)
static Path
copy(Path source, Path target, CopyOption... options)
move(Path source, Path target, CopyOption... options)
abstract void