Class DeltaEncoding<T extends SignedIntArray<?>>

java.lang.Object
org.rcsb.cif.binary.encoding.DeltaEncoding<T>
All Implemented Interfaces:
Encoding<T,​T>

public class DeltaEncoding<T extends SignedIntArray<?>>
extends Object
implements Encoding<T,​T>

Stores the input integer array as an array of consecutive differences.

 Delta {
     kind = "Delta"
     origin: number
     srcType: int[]
 }