| Constructor and Description |
|---|
MSVideoCodec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] data,
int x,
int y,
int[] dims,
Object options)
Compresses a block of data.
|
byte[] |
decompress(byte[] data,
Object options)
Decompresses a block of data.
|
compress, decompress, decompress, decompress, testclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompress, decompress, decompress, decompresspublic byte[] compress(byte[] data,
int x,
int y,
int[] dims,
Object options)
throws loci.formats.FormatException
Codeccompress in interface Codecdata - The data to be compressed.x - Length of the x dimension of the image data, if appropriate.y - Length of the y dimension of the image data, if appropriate.dims - The dimensions of the image data, if appropriate.options - Options to be used during compression, if appropriate.loci.formats.FormatException - If input is not a compressed data block of the
appropriate type.public byte[] decompress(byte[] data,
Object options)
throws loci.formats.FormatException
Codecdecompress in interface Codecdata - the data to be decompressedoptions - Options to be used during decompression.loci.formats.FormatException - If data is not valid.