Class CompressAnyTIFF
Object
org.anchoranalysis.bean.AnchorBean<CopyFilesMethod>
org.anchoranalysis.plugin.io.bean.file.copy.method.CopyFilesMethod
org.anchoranalysis.plugin.io.bean.file.copy.method.CompressAnyTIFF
public class CompressAnyTIFF extends CopyFilesMethod
Create a voxelwise compressed copy of any TIFF file being copied, and otherwise do a
Bytewise copy.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description CompressAnyTIFF() -
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
-
CompressAnyTIFF
public CompressAnyTIFF()
-
-
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
-