Class Bytewise
Object
org.anchoranalysis.bean.AnchorBean<CopyFilesMethod>
org.anchoranalysis.plugin.io.bean.file.copy.method.CopyFilesMethod
org.anchoranalysis.plugin.io.bean.file.copy.method.Bytewise
public class Bytewise extends CopyFilesMethod
Makes a simple bytewise copy of a file, where no byte is changed.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description Bytewise() -
Method Summary
Modifier and Type Method Description voidmakeCopyWithDirectory(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
makeCopy
-
Constructor Details
-
Bytewise
public Bytewise()
-
-
Method Details
-
makeCopyWithDirectory
public void makeCopyWithDirectory(Path source, Path destination) throws org.anchoranalysis.core.exception.CreateExceptionDescription copied from class:CopyFilesMethodLikeCopyFilesMethod.makeCopy(Path,Path)but after any necessary directories are created sodestinationcan be written.- Specified by:
makeCopyWithDirectoryin classCopyFilesMethod- Throws:
org.anchoranalysis.core.exception.CreateException
-