| Modifier and Type | Field and Description | 
|---|---|
private static int | 
LZO_OVERRUN  | 
| Constructor and Description | 
|---|
LZOCodec()  | 
| 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)
Decompresses data from the given RandomAccessInputStream. 
 | 
compress, decompress, decompress, decompress, decompress, testprivate static final int LZO_OVERRUN
public byte[] compress(byte[] data,
                       CodecOptions options)
                throws FormatException
Codecdata - 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
Codecdecompress in interface Codecdecompress in class BaseCodecin - 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.IOExceptionCopyright © 2017 Open Microscopy Environment