public class LsCodecUtility extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LSOP_CODEC_ID
The standard ID for the Smith and Lewis optimal-predictor based encoder
and
decoder pair.
|
Modifier and Type | Method and Description |
---|---|
static void |
addLsopToSpecification(GvrsFileSpecification spec,
boolean exclusive)
A static method to adds the LS encoder and decoder classes to
the GVRS File Specification.
|
public static final String LSOP_CODEC_ID
public static void addLsopToSpecification(GvrsFileSpecification spec, boolean exclusive)
The exclusive option is intended for development and diagnostic purposes. It adjusts the GvrsFileSpecification so that the default compressor codecs are removed (if any) and the Optimal Predictor codecs are used exclusively.
spec
- a valid GVRS file specificationexclusive
- a flag indicating whether Optimal Predictors are to be
used exclusively for data compression (true) or whether other compressor
codec are to be included.Copyright © 2022. All rights reserved.