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 java.lang.Exception
JPEG2000
.java.lang.Exception
- Throw if an error occurred while writing.public void testCompressDecompressedJ2KLossy() throws java.lang.Exception
JPEG2000-lossy
.java.lang.Exception
- Throw if an error occurred while writing.public void testCompressDecompressedJPEG() throws java.lang.Exception
JPEG
.java.lang.Exception
- Throw if an error occurred while writing.public void testCompressDecompressedDeflate() throws java.lang.Exception
Deflate
.java.lang.Exception
- Throw if an error occurred while writing.public void testCompressDecompressedUncompressed() throws java.lang.Exception
Uncompressed
.java.lang.Exception
- Throw if an error occurred while writing.Copyright © 2014 Open Microscopy Environment