Class PathCopier

java.lang.Object
org.miaixz.bus.core.lang.copier.SrcToDestCopier<Path,PathCopier>
org.miaixz.bus.core.io.file.PathCopier
All Implemented Interfaces:
Serializable, Copier<Path>

public class PathCopier extends SrcToDestCopier<Path,PathCopier>
文件复制封装
Since:
Java 17+
Author:
Kimi Liu
See Also: