Class Bytewise
Makes a simple bytewise copy of a file, where no byte is changed.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmakeCopyWithDirectory(Path source, Path destination) LikeCopyFilesMethod.makeCopy(Path,Path)but after any necessary directories are created sodestinationcan be written.Methods inherited from class org.anchoranalysis.plugin.io.bean.file.copy.method.CopyFilesMethod
makeCopyMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Bytewise
public Bytewise()
-
-
Method Details
-
makeCopyWithDirectory
Description copied from class:CopyFilesMethodLikeCopyFilesMethod.makeCopy(Path,Path)but after any necessary directories are created sodestinationcan be written.- Specified by:
makeCopyWithDirectoryin classCopyFilesMethod- Parameters:
source-destination-- Throws:
CreateException
-