public final class CopyHandler extends Object
Constructor and Description |
---|
CopyHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
copy(Route route,
WriteOptions writeOptions,
FileSystem srcFs,
FileSystem dstFs)
Copies a file from source to destination.
|
public static void copy(Route route, WriteOptions writeOptions, FileSystem srcFs, FileSystem dstFs)
route
- the routewriteOptions
- the write optionssrcFs
- the source file systemdstFs
- the destination file systemCopyright © 2023. All Rights Reserved.