public class JPEGXRServiceImpl extends loci.common.services.AbstractService implements JPEGXRService
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOGGER |
Constructor and Description |
---|
JPEGXRServiceImpl() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decompress(byte[] compressed)
Decompress the given JPEG-XR compressed byte array and return as a byte array.
|
public byte[] decompress(byte[] compressed) throws FormatException
JPEGXRService
decompress
in interface JPEGXRService
compressed
- the complete JPEG-XR compressed dataFormatException
- if an error occurs during decompressiondecompress(byte[])
Copyright © 2017 Open Microscopy Environment