
public class ArrayDecoders extends Object
| Constructor and Description |
|---|
ArrayDecoders() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
deltaDecode(int[] intArray)
Delta decode an array of integers.
|
static int[] |
runlengthDecode(int[] integerArray)
Run length decode an array of integers.
|
public static int[] deltaDecode(int[] intArray)
intArray - the input array of integerspublic static int[] runlengthDecode(int[] integerArray)
integerArray - the input dataCopyright © 2015–2016 RCSB PDB. All rights reserved.