Modifier and Type | Field and Description |
---|---|
private static byte[] |
HEADER |
Constructor and Description |
---|
MJPBCodec() |
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] data,
CodecOptions options)
Compresses a block of data.
|
byte[] |
decompress(loci.common.RandomAccessInputStream in,
CodecOptions options)
The CodecOptions parameter must be an instance of
MJPBCodecOptions ,
and should have the following fields set:
interlaced
width
height
bitsPerSample
littleEndian
interleaved |
compress, decompress, decompress, decompress, decompress, test
public byte[] compress(byte[] data, CodecOptions options) throws FormatException
Codec
data
- The data to be compressed.options
- Options to be used during compression, if appropriate.FormatException
- If input is not a compressed data block of the
appropriate type.public byte[] decompress(loci.common.RandomAccessInputStream in, CodecOptions options) throws FormatException, IOException
MJPBCodecOptions
,
and should have the following fields set:
interlaced
width
height
bitsPerSample
littleEndian
interleaved
decompress
in interface Codec
decompress
in class BaseCodec
in
- The stream from which to read compressed data.options
- Options to be used during decompression.FormatException
- If data is not valid compressed data for this
decompressor.IOException
Codec.decompress(RandomAccessInputStream, CodecOptions)
Copyright © 2017 Open Microscopy Environment