Class CompressAnyTIFF
Create a voxelwise compressed copy of any TIFF file being copied, and otherwise do a
Bytewise
copy.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
makeCopyWithDirectory
(Path source, Path destination) LikeCopyFilesMethod.makeCopy(Path,Path)
but after any necessary directories are created sodestination
can be written.Methods inherited from class org.anchoranalysis.plugin.io.bean.file.copy.method.CopyFilesMethod
makeCopy
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
CompressAnyTIFF
public CompressAnyTIFF()
-
-
Method Details
-
makeCopyWithDirectory
Description copied from class:CopyFilesMethod
LikeCopyFilesMethod.makeCopy(Path,Path)
but after any necessary directories are created sodestination
can be written.- Specified by:
makeCopyWithDirectory
in classCopyFilesMethod
- Parameters:
source
-destination
-- Throws:
CreateException
-