Class DeltaCodec


  • public class DeltaCodec
    extends Object

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

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