| Constructor and Description | 
|---|
| CompressDecompressTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | testCompressDecompressedDeflate()Tests the compression and decompression using  Deflate. | 
| void | testCompressDecompressedJ2KLossless()Tests the compression and decompression using  JPEG2000. | 
| void | testCompressDecompressedJ2KLossy()Tests the compression and decompression using  JPEG2000-lossy. | 
| void | testCompressDecompressedJPEG()Tests the compression and decompression using  JPEG. | 
| void | testCompressDecompressedUncompressed()Tests the compression and decompression using  Uncompressed. | 
public void testCompressDecompressedJ2KLossless()
                                         throws Exception
JPEG2000.Exception - Throw if an error occurred while writing.public void testCompressDecompressedJ2KLossy()
                                      throws Exception
JPEG2000-lossy.Exception - Throw if an error occurred while writing.public void testCompressDecompressedJPEG()
                                  throws Exception
JPEG.Exception - Throw if an error occurred while writing.public void testCompressDecompressedDeflate()
                                     throws Exception
Deflate.Exception - Throw if an error occurred while writing.Copyright © 2014 Open Microscopy Environment